Html Css Color HEX #CAE4AB Reef

📋 copy color: '#CAE4AB'

red 202 ◦ green 228 ◦ blue 171

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

Shades of Reef #CAE4AB

Tints of Reef #CAE4AB

RGB

 RED value IS 202 (79.3% from 255) = 33.61%

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

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

R = 33.61%
G = 37.94%
B = 28.45%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.25

 K value IS 0.11

RGB Variations

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

Color information

#CAE4AB (or 0xCAE4AB) is known color: Reef. HEX triplet: CA, E4 and AB. RGB value is (202,228,171). Sum of RGB (Red+Green+Blue) = 202+228+171=601 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.61% from 601); Green value is 228 (89.45% from 255 or 37.94% from 601); Blue value is 171 (67.19% from 255 or 28.45% from 601); Max value from RGB is 228 - color contains mainly: green. Hex color #CAE4AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAE4AB is #351B54. Grayscale: #D5D5D5. Windows color (decimal): -3480405 or 11265226. OLE color: 11265226.

HSL color Cylindrical-coordinate representation of color #CAE4AB: hue angle of 87.37º 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 #CAE4AB is Cyan = 0.11, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.11.

Color convert

RGB 202 228 171 -
CMYK 0.11 0 0.25 0.11
HSL 87.37º 0.51% 0.78% -
HSV(B) 87.37º 0.25% 0.89% -
XYZ 59.45 70.98 49.1 -
YUV 213.73 103.89 119.63 -
System Red Green Blue C M Y K H S L
Decimal 202 228 171 0.11 0 0.25 0.11 87.37 0.51 0.78
Hex CA E4 AB B 0 19 B 57 33 4E
Octal 312 344 253 13 0 31 13 127 63 116
Binary 11001010 11100100 10101011 1011 0 11001 1011 1010111 110011 1001110

Color Harmonies of #CAE4AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE4AB

Black with #CAE4AB

Text Example


Text Example

White with #CAE4AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE4AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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