Html Css Color HEX #CEDD9C Reef

📋 copy color: '#CEDD9C'

red 206 ◦ green 221 ◦ blue 156

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

Shades of Reef #CEDD9C

Tints of Reef #CEDD9C

RGB

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

 GREEN value IS 221 (86.72% from 255) = 37.91%

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

R = 35.33%
G = 37.91%
B = 26.76%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#CEDD9C (or 0xCEDD9C) is known color: Reef. HEX triplet: CE, DD and 9C. RGB value is (206,221,156). Sum of RGB (Red+Green+Blue) = 206+221+156=583 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.33% from 583); Green value is 221 (86.72% from 255 or 37.91% from 583); Blue value is 156 (61.33% from 255 or 26.76% from 583); Max value from RGB is 221 - color contains mainly: green. Hex color #CEDD9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDD9C is #312263. Grayscale: #D1D1D1. Windows color (decimal): -3220068 or 10280398. OLE color: 10280398.

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

Color convert

RGB 206 221 156 -
CMYK 0.07 0 0.29 0.13
HSL 73.85º 0.49% 0.74% -
HSV(B) 73.85º 0.29% 0.87% -
XYZ 57.31 67.24 41.41 -
YUV 209.11 98.03 125.79 -
System Red Green Blue C M Y K H S L
Decimal 206 221 156 0.07 0 0.29 0.13 73.85 0.49 0.74
Hex CE DD 9C 7 0 1D D 4A 31 4A
Octal 316 335 234 7 0 35 15 112 61 112
Binary 11001110 11011101 10011100 111 0 11101 1101 1001010 110001 1001010

Color Harmonies of #CEDD9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDD9C

Black with #CEDD9C

Text Example


Text Example

White with #CEDD9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDD9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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