Html Css Color HEX #CEDF9A Reef

📋 copy color: '#CEDF9A'

red 206 ◦ green 223 ◦ blue 154

#CEDF9A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Reef #CEDF9A

Tints of Reef #CEDF9A

RGB

 RED value IS 206 (80.86% from 255) = 35.33%

 GREEN value IS 223 (87.5% from 255) = 38.25%

 BLUE value IS 154 (60.55% from 255) = 26.42%

R = 35.33%
G = 38.25%
B = 26.42%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.31

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CEDF9A (or 0xCEDF9A) is known color: Reef. HEX triplet: CE, DF and 9A. RGB value is (206,223,154). Sum of RGB (Red+Green+Blue) = 206+223+154=583 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.33% from 583); Green value is 223 (87.5% from 255 or 38.25% from 583); Blue value is 154 (60.55% from 255 or 26.42% from 583); Max value from RGB is 223 - color contains mainly: green. Hex color #CEDF9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDF9A is #312065. Grayscale: #D2D2D2. Windows color (decimal): -3219558 or 10149838. OLE color: 10149838.

HSL color Cylindrical-coordinate representation of color #CEDF9A: hue angle of 74.78º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CEDF9A is Cyan = 0.08, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.13.

Color convert

RGB 206 223 154 -
CMYK 0.08 0 0.31 0.13
HSL 74.78º 0.52% 0.74% -
HSV(B) 74.78º 0.31% 0.87% -
XYZ 57.67 68.23 40.7 -
YUV 210.05 96.37 125.11 -
System Red Green Blue C M Y K H S L
Decimal 206 223 154 0.08 0 0.31 0.13 74.78 0.52 0.74
Hex CE DF 9A 8 0 1F D 4B 34 4A
Octal 316 337 232 10 0 37 15 113 64 112
Binary 11001110 11011111 10011010 1000 0 11111 1101 1001011 110100 1001010

Color Harmonies of #CEDF9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDF9A

Black with #CEDF9A

Text Example


Text Example

White with #CEDF9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDF9A; }

 p { color: rgb(206,223,154); }

 H1.HeaderClassName
 {
   color: #CEDF9A;
 }
 .AnyTagClassName
 {
   color: #CEDF9A;
 }
</style>

background-color css

<style>
 a { background-color: #CEDF9A; }

 a { background-color: rgb(206,223,154); }

 div.DivClassName
 {
   background-color: #CEDF9A;
 }
 .BgClassName
 {
   background-color: #CEDF9A;
 }
</style>

border-color css

<style>
 span { border-color: #CEDF9A; }

 span { border-color: rgb(206,223,154); }

 td.TdClassName
 {
   border-color: #CEDF9A;
 }
 .TagClassName
 {
   border-color: #CEDF9A;
 }
</style>