Html Css Color HEX #CAE4A6 Reef

📋 copy color: '#CAE4A6'

red 202 ◦ green 228 ◦ blue 166

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

Shades of Reef #CAE4A6

Tints of Reef #CAE4A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 27.85%

R = 33.89%
G = 38.26%
B = 27.85%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.27

 K value IS 0.11

RGB Variations

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

Color information

#CAE4A6 (or 0xCAE4A6) is known color: Reef. HEX triplet: CA, E4 and A6. RGB value is (202,228,166). Sum of RGB (Red+Green+Blue) = 202+228+166=596 (78% of max value = 765). Red value is 202 (79.30% from 255 or 33.89% from 596); Green value is 228 (89.45% from 255 or 38.26% from 596); Blue value is 166 (65.23% from 255 or 27.85% from 596); Max value from RGB is 228 - color contains mainly: green. Hex color #CAE4A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAE4A6 is #351B59. Grayscale: #D5D5D5. Windows color (decimal): -3480410 or 10937546. OLE color: 10937546.

HSL color Cylindrical-coordinate representation of color #CAE4A6: hue angle of 85.16º degrees, saturation: 0.53, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CAE4A6 is Cyan = 0.11, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.11.

Color convert

RGB 202 228 166 -
CMYK 0.11 0 0.27 0.11
HSL 85.16º 0.53% 0.77% -
HSV(B) 85.16º 0.27% 0.89% -
XYZ 58.98 70.8 46.63 -
YUV 213.16 101.39 120.04 -
System Red Green Blue C M Y K H S L
Decimal 202 228 166 0.11 0 0.27 0.11 85.16 0.53 0.77
Hex CA E4 A6 B 0 1B B 55 35 4D
Octal 312 344 246 13 0 33 13 125 65 115
Binary 11001010 11100100 10100110 1011 0 11011 1011 1010101 110101 1001101

Color Harmonies of #CAE4A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE4A6

Black with #CAE4A6

Text Example


Text Example

White with #CAE4A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE4A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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