Html Css Color HEX #CEE4AB Reef

📋 copy color: '#CEE4AB'

red 206 ◦ green 228 ◦ blue 171

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

Shades of Reef #CEE4AB

Tints of Reef #CEE4AB

RGB

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

 GREEN value IS 228 (89.45% from 255) = 37.69%

 BLUE value IS 171 (67.19% from 255) = 28.26%

R = 34.05%
G = 37.69%
B = 28.26%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.25

 K value IS 0.11

RGB Variations

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

Color information

#CEE4AB (or 0xCEE4AB) is known color: Reef. HEX triplet: CE, E4 and AB. RGB value is (206,228,171). Sum of RGB (Red+Green+Blue) = 206+228+171=605 (80% of max value = 765). Red value is 206 (80.86% from 255 or 34.05% from 605); Green value is 228 (89.45% from 255 or 37.69% from 605); Blue value is 171 (67.19% from 255 or 28.26% from 605); Max value from RGB is 228 - color contains mainly: green. Hex color #CEE4AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEE4AB is #311B54. Grayscale: #D7D7D7. Windows color (decimal): -3218261 or 11265230. OLE color: 11265230.

HSL color Cylindrical-coordinate representation of color #CEE4AB: hue angle of 83.16º degrees, saturation: 0.51, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CEE4AB is Cyan = 0.10, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.11.

Color convert

RGB 206 228 171 -
CMYK 0.10 0 0.25 0.11
HSL 83.16º 0.51% 0.78% -
HSV(B) 83.16º 0.25% 0.89% -
XYZ 60.55 71.55 49.15 -
YUV 214.92 103.21 121.63 -
System Red Green Blue C M Y K H S L
Decimal 206 228 171 0.10 0 0.25 0.11 83.16 0.51 0.78
Hex CE E4 AB A 0 19 B 53 33 4E
Octal 316 344 253 12 0 31 13 123 63 116
Binary 11001110 11100100 10101011 1010 0 11001 1011 1010011 110011 1001110

Color Harmonies of #CEE4AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE4AB

Black with #CEE4AB

Text Example


Text Example

White with #CEE4AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE4AB; }

 p { color: rgb(206,228,171); }

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

background-color css

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

 a { background-color: rgb(206,228,171); }

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

border-color css

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

 span { border-color: rgb(206,228,171); }

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