Html Css Color HEX #CEDCAA Reef

📋 copy color: '#CEDCAA'

red 206 ◦ green 220 ◦ blue 170

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

Shades of Reef #CEDCAA

Tints of Reef #CEDCAA

RGB

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

 GREEN value IS 220 (86.33% from 255) = 36.91%

 BLUE value IS 170 (66.8% from 255) = 28.52%

R = 34.56%
G = 36.91%
B = 28.52%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.23

 K value IS 0.14

RGB Variations

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

Color information

#CEDCAA (or 0xCEDCAA) is known color: Reef. HEX triplet: CE, DC and AA. RGB value is (206,220,170). Sum of RGB (Red+Green+Blue) = 206+220+170=596 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.56% from 596); Green value is 220 (86.33% from 255 or 36.91% from 596); Blue value is 170 (66.80% from 255 or 28.52% from 596); Max value from RGB is 220 - color contains mainly: green. Hex color #CEDCAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDCAA is #312355. Grayscale: #D2D2D2. Windows color (decimal): -3220310 or 11197646. OLE color: 11197646.

HSL color Cylindrical-coordinate representation of color #CEDCAA: hue angle of 76.8º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CEDCAA is Cyan = 0.06, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.

Color convert

RGB 206 220 170 -
CMYK 0.06 0 0.23 0.14
HSL 76.8º 0.42% 0.76% -
HSV(B) 76.8º 0.23% 0.86% -
XYZ 58.3 67.21 47.93 -
YUV 210.11 105.36 125.07 -
System Red Green Blue C M Y K H S L
Decimal 206 220 170 0.06 0 0.23 0.14 76.8 0.42 0.76
Hex CE DC AA 6 0 17 E 4D 2A 4C
Octal 316 334 252 6 0 27 16 115 52 114
Binary 11001110 11011100 10101010 110 0 10111 1110 1001101 101010 1001100

Color Harmonies of #CEDCAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDCAA

Black with #CEDCAA

Text Example


Text Example

White with #CEDCAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDCAA; }

 p { color: rgb(206,220,170); }

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

background-color css

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

 a { background-color: rgb(206,220,170); }

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

border-color css

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

 span { border-color: rgb(206,220,170); }

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