Html Css Color HEX #CEDE9C Reef

📋 copy color: '#CEDE9C'

red 206 ◦ green 222 ◦ blue 156

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

Shades of Reef #CEDE9C

Tints of Reef #CEDE9C

RGB

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

 GREEN value IS 222 (87.11% from 255) = 38.01%

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

R = 35.27%
G = 38.01%
B = 26.71%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#CEDE9C (or 0xCEDE9C) is known color: Reef. HEX triplet: CE, DE and 9C. RGB value is (206,222,156). Sum of RGB (Red+Green+Blue) = 206+222+156=584 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.27% from 584); Green value is 222 (87.11% from 255 or 38.01% from 584); Blue value is 156 (61.33% from 255 or 26.71% from 584); Max value from RGB is 222 - color contains mainly: green. Hex color #CEDE9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDE9C is #312163. Grayscale: #D1D1D1. Windows color (decimal): -3219812 or 10280654. OLE color: 10280654.

HSL color Cylindrical-coordinate representation of color #CEDE9C: hue angle of 74.55º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CEDE9C is Cyan = 0.07, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB 206 222 156 -
CMYK 0.07 0 0.30 0.13
HSL 74.55º 0.5% 0.74% -
HSV(B) 74.55º 0.3% 0.87% -
XYZ 57.58 67.76 41.5 -
YUV 209.69 97.7 125.37 -
System Red Green Blue C M Y K H S L
Decimal 206 222 156 0.07 0 0.30 0.13 74.55 0.5 0.74
Hex CE DE 9C 7 0 1E D 4B 32 4A
Octal 316 336 234 7 0 36 15 113 62 112
Binary 11001110 11011110 10011100 111 0 11110 1101 1001011 110010 1001010

Color Harmonies of #CEDE9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDE9C

Black with #CEDE9C

Text Example


Text Example

White with #CEDE9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDE9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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