Html Css Color HEX #CEE7A8 Reef

📋 copy color: '#CEE7A8'

red 206 ◦ green 231 ◦ blue 168

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

Shades of Reef #CEE7A8

Tints of Reef #CEE7A8

RGB

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

 GREEN value IS 231 (90.63% from 255) = 38.18%

 BLUE value IS 168 (66.02% from 255) = 27.77%

R = 34.05%
G = 38.18%
B = 27.77%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.27

 K value IS 0.09

RGB Variations

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

Color information

#CEE7A8 (or 0xCEE7A8) is known color: Reef. HEX triplet: CE, E7 and A8. RGB value is (206,231,168). Sum of RGB (Red+Green+Blue) = 206+231+168=605 (80% of max value = 765). Red value is 206 (80.86% from 255 or 34.05% from 605); Green value is 231 (90.62% from 255 or 38.18% from 605); Blue value is 168 (66.02% from 255 or 27.77% from 605); Max value from RGB is 231 - color contains mainly: green. Hex color #CEE7A8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEE7A8 is #311857. Grayscale: #D8D8D8. Windows color (decimal): -3217496 or 11069390. OLE color: 11069390.

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

Color convert

RGB 206 231 168 -
CMYK 0.11 0 0.27 0.09
HSL 83.81º 0.57% 0.78% -
HSV(B) 83.81º 0.27% 0.91% -
XYZ 61.1 73.1 47.94 -
YUV 216.34 100.72 120.62 -
System Red Green Blue C M Y K H S L
Decimal 206 231 168 0.11 0 0.27 0.09 83.81 0.57 0.78
Hex CE E7 A8 B 0 1B 9 54 39 4E
Octal 316 347 250 13 0 33 11 124 71 116
Binary 11001110 11100111 10101000 1011 0 11011 1001 1010100 111001 1001110

Color Harmonies of #CEE7A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE7A8

Black with #CEE7A8

Text Example


Text Example

White with #CEE7A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE7A8; }

 p { color: rgb(206,231,168); }

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

background-color css

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

 a { background-color: rgb(206,231,168); }

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

border-color css

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

 span { border-color: rgb(206,231,168); }

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