Html Css Color HEX #CEDC9C Reef

📋 copy color: '#CEDC9C'

red 206 ◦ green 220 ◦ blue 156

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

Shades of Reef #CEDC9C

Tints of Reef #CEDC9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 26.8%

R = 35.4%
G = 37.8%
B = 26.8%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#CEDC9C (or 0xCEDC9C) is known color: Reef. HEX triplet: CE, DC and 9C. RGB value is (206,220,156). Sum of RGB (Red+Green+Blue) = 206+220+156=582 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.40% from 582); Green value is 220 (86.33% from 255 or 37.80% from 582); Blue value is 156 (61.33% from 255 or 26.80% from 582); Max value from RGB is 220 - color contains mainly: green. Hex color #CEDC9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDC9C is #312363. Grayscale: #D0D0D0. Windows color (decimal): -3220324 or 10280142. OLE color: 10280142.

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

Color convert

RGB 206 220 156 -
CMYK 0.06 0 0.29 0.14
HSL 73.13º 0.48% 0.74% -
HSV(B) 73.13º 0.29% 0.86% -
XYZ 57.05 66.71 41.32 -
YUV 208.52 98.36 126.2 -
System Red Green Blue C M Y K H S L
Decimal 206 220 156 0.06 0 0.29 0.14 73.13 0.48 0.74
Hex CE DC 9C 6 0 1D E 49 30 4A
Octal 316 334 234 6 0 35 16 111 60 112
Binary 11001110 11011100 10011100 110 0 11101 1110 1001001 110000 1001010

Color Harmonies of #CEDC9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDC9C

Black with #CEDC9C

Text Example


Text Example

White with #CEDC9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDC9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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