Html Css Color HEX #CEDC9B Reef

📋 copy color: '#CEDC9B'

red 206 ◦ green 220 ◦ blue 155

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

Shades of Reef #CEDC9B

Tints of Reef #CEDC9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 26.68%

R = 35.46%
G = 37.87%
B = 26.68%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#CEDC9B (or 0xCEDC9B) is known color: Reef. HEX triplet: CE, DC and 9B. RGB value is (206,220,155). Sum of RGB (Red+Green+Blue) = 206+220+155=581 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.46% from 581); Green value is 220 (86.33% from 255 or 37.87% from 581); Blue value is 155 (60.94% from 255 or 26.68% from 581); Max value from RGB is 220 - color contains mainly: green. Hex color #CEDC9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDC9B is #312364. Grayscale: #D0D0D0. Windows color (decimal): -3220325 or 10214606. OLE color: 10214606.

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

Color convert

RGB 206 220 155 -
CMYK 0.06 0 0.30 0.14
HSL 72.92º 0.48% 0.74% -
HSV(B) 72.92º 0.3% 0.86% -
XYZ 56.96 66.67 40.88 -
YUV 208.4 97.86 126.29 -
System Red Green Blue C M Y K H S L
Decimal 206 220 155 0.06 0 0.30 0.14 72.92 0.48 0.74
Hex CE DC 9B 6 0 1E E 49 30 4A
Octal 316 334 233 6 0 36 16 111 60 112
Binary 11001110 11011100 10011011 110 0 11110 1110 1001001 110000 1001010

Color Harmonies of #CEDC9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDC9B

Black with #CEDC9B

Text Example


Text Example

White with #CEDC9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDC9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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