Html Css Color HEX #CEE9A2 Reef

📋 copy color: '#CEE9A2'

red 206 ◦ green 233 ◦ blue 162

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

Shades of Reef #CEE9A2

Tints of Reef #CEE9A2

RGB

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

 GREEN value IS 233 (91.41% from 255) = 38.77%

 BLUE value IS 162 (63.67% from 255) = 26.96%

R = 34.28%
G = 38.77%
B = 26.96%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.30

 K value IS 0.09

RGB Variations

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

Color information

#CEE9A2 (or 0xCEE9A2) is known color: Reef. HEX triplet: CE, E9 and A2. RGB value is (206,233,162). Sum of RGB (Red+Green+Blue) = 206+233+162=601 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.28% from 601); Green value is 233 (91.41% from 255 or 38.77% from 601); Blue value is 162 (63.67% from 255 or 26.96% from 601); Max value from RGB is 233 - color contains mainly: green. Hex color #CEE9A2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEE9A2 is #31165D. Grayscale: #D9D9D9. Windows color (decimal): -3216990 or 10676686. OLE color: 10676686.

HSL color Cylindrical-coordinate representation of color #CEE9A2: hue angle of 82.82º degrees, saturation: 0.62, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CEE9A2 is Cyan = 0.12, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.09.

Color convert

RGB 206 233 162 -
CMYK 0.12 0 0.30 0.09
HSL 82.82º 0.62% 0.77% -
HSV(B) 82.82º 0.3% 0.91% -
XYZ 61.11 74.01 45.25 -
YUV 216.83 97.05 120.27 -
System Red Green Blue C M Y K H S L
Decimal 206 233 162 0.12 0 0.30 0.09 82.82 0.62 0.77
Hex CE E9 A2 C 0 1E 9 53 3E 4D
Octal 316 351 242 14 0 36 11 123 76 115
Binary 11001110 11101001 10100010 1100 0 11110 1001 1010011 111110 1001101

Color Harmonies of #CEE9A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE9A2

Black with #CEE9A2

Text Example


Text Example

White with #CEE9A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE9A2; }

 p { color: rgb(206,233,162); }

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

background-color css

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

 a { background-color: rgb(206,233,162); }

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

border-color css

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

 span { border-color: rgb(206,233,162); }

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