Html Css Color HEX #CEDC9A Reef

📋 copy color: '#CEDC9A'

red 206 ◦ green 220 ◦ blue 154

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

Shades of Reef #CEDC9A

Tints of Reef #CEDC9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 26.55%

R = 35.52%
G = 37.93%
B = 26.55%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.3

 K value IS 0.14

RGB Variations

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

Color information

#CEDC9A (or 0xCEDC9A) is known color: Reef. HEX triplet: CE, DC and 9A. RGB value is (206,220,154). Sum of RGB (Red+Green+Blue) = 206+220+154=580 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.52% from 580); Green value is 220 (86.33% from 255 or 37.93% from 580); Blue value is 154 (60.55% from 255 or 26.55% from 580); Max value from RGB is 220 - color contains mainly: green. Hex color #CEDC9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDC9A is #312365. Grayscale: #D0D0D0. Windows color (decimal): -3220326 or 10149070. OLE color: 10149070.

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

Color convert

RGB 206 220 154 -
CMYK 0.06 0 0.3 0.14
HSL 72.73º 0.49% 0.73% -
HSV(B) 72.73º 0.3% 0.86% -
XYZ 56.88 66.64 40.44 -
YUV 208.29 97.36 126.37 -
System Red Green Blue C M Y K H S L
Decimal 206 220 154 0.06 0 0.3 0.14 72.73 0.49 0.73
Hex CE DC 9A 6 0 1E E 49 31 49
Octal 316 334 232 6 0 36 16 111 61 111
Binary 11001110 11011100 10011010 110 0 11110 1110 1001001 110001 1001001

Color Harmonies of #CEDC9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDC9A

Black with #CEDC9A

Text Example


Text Example

White with #CEDC9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDC9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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