Html Css Color HEX #CEDEA0 Reef

📋 copy color: '#CEDEA0'

red 206 ◦ green 222 ◦ blue 160

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

Shades of Reef #CEDEA0

Tints of Reef #CEDEA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 27.21%

R = 35.03%
G = 37.76%
B = 27.21%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#CEDEA0 (or 0xCEDEA0) is known color: Reef. HEX triplet: CE, DE and A0. RGB value is (206,222,160). Sum of RGB (Red+Green+Blue) = 206+222+160=588 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.03% from 588); Green value is 222 (87.11% from 255 or 37.76% from 588); Blue value is 160 (62.89% from 255 or 27.21% from 588); Max value from RGB is 222 - color contains mainly: green. Hex color #CEDEA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDEA0 is #31215F. Grayscale: #D2D2D2. Windows color (decimal): -3219808 or 10542798. OLE color: 10542798.

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

Color convert

RGB 206 222 160 -
CMYK 0.07 0 0.28 0.13
HSL 75.48º 0.48% 0.75% -
HSV(B) 75.48º 0.28% 0.87% -
XYZ 57.92 67.9 43.31 -
YUV 210.15 99.7 125.04 -
System Red Green Blue C M Y K H S L
Decimal 206 222 160 0.07 0 0.28 0.13 75.48 0.48 0.75
Hex CE DE A0 7 0 1C D 4B 30 4B
Octal 316 336 240 7 0 34 15 113 60 113
Binary 11001110 11011110 10100000 111 0 11100 1101 1001011 110000 1001011

Color Harmonies of #CEDEA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDEA0

Black with #CEDEA0

Text Example


Text Example

White with #CEDEA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDEA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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