Html Css Color HEX #CEE9AF Reef

📋 copy color: '#CEE9AF'

red 206 ◦ green 233 ◦ blue 175

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

Shades of Reef #CEE9AF

Tints of Reef #CEE9AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 28.5%

R = 33.55%
G = 37.95%
B = 28.5%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.25

 K value IS 0.09

RGB Variations

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

Color information

#CEE9AF (or 0xCEE9AF) is known color: Reef. HEX triplet: CE, E9 and AF. RGB value is (206,233,175). Sum of RGB (Red+Green+Blue) = 206+233+175=614 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.55% from 614); Green value is 233 (91.41% from 255 or 37.95% from 614); Blue value is 175 (68.75% from 255 or 28.50% from 614); Max value from RGB is 233 - color contains mainly: green. Hex color #CEE9AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEE9AF is #311650. Grayscale: #DADADA. Windows color (decimal): -3216977 or 11528654. OLE color: 11528654.

HSL color Cylindrical-coordinate representation of color #CEE9AF: hue angle of 87.93º degrees, saturation: 0.57, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CEE9AF is Cyan = 0.12, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.09.

Color convert

RGB 206 233 175 -
CMYK 0.12 0 0.25 0.09
HSL 87.93º 0.57% 0.8% -
HSV(B) 87.93º 0.25% 0.91% -
XYZ 62.33 74.49 51.65 -
YUV 218.32 103.55 119.22 -
System Red Green Blue C M Y K H S L
Decimal 206 233 175 0.12 0 0.25 0.09 87.93 0.57 0.8
Hex CE E9 AF C 0 19 9 58 39 50
Octal 316 351 257 14 0 31 11 130 71 120
Binary 11001110 11101001 10101111 1100 0 11001 1001 1011000 111001 1010000

Color Harmonies of #CEE9AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE9AF

Black with #CEE9AF

Text Example


Text Example

White with #CEE9AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE9AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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