#CAE0C2

Color #CAE0C2 Surf Crest (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Surf Crest #CAE0C2

Tints of Surf Crest #CAE0C2

Color information

#CAE0C2 (or 0xCAE0C2) is unknown color: approx Surf Crest. HEX triplet: CA, E0 and C2. RGB value is (202,224,194). Sum of RGB (Red+Green+Blue) = 202+224+194=620 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.58% from 620); Green value is 224 (87.89% from 255 or 36.13% from 620); Blue value is 194 (76.17% from 255 or 31.29% from 620); Max value from RGB is 224 - color contains mainly: green. Hex color #CAE0C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAE0C2 is #351F3D. Grayscale: #D6D6D6. Windows color (decimal): -3481406 or 12771530. OLE color: 12771530.

HSL color Cylindrical-coordinate representation of color #CAE0C2: hue angle of 104º degrees, saturation: 0.33, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CAE0C2 is Cyan = 0.10, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.12.

Color convert

RGB202224194-
CMYK0.1000.130.12
HSL104º32.61%81.96%-
HSV(B)104º13.39%87.84%-
XYZ60.7569.7661.3-
YUV214116.71119.44-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.58%
GREEN value IS 224 (87.89% from 255) = 36.13%
BLUE value IS 194 (76.17% from 255) = 31.29%
R=32.58%
G=36.13%
B=31.29%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2022241940.1000.130.1210432.6181.96
HexCAE0C2A0DC682152
Octal312340302120151415041122
Binary110010101110000011000010101001101110011010001000011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE0C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE0C2; }

 p { color: rgb(202,224,194); }

 H1.HeaderClassName
 {
   color: #CAE0C2;
 }
 .AnyTagClassName
 {
   color: #CAE0C2;
 }
</style>
background-color css

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

 a { background-color: rgb(202,224,194); }

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

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

 span { border-color: rgb(202,224,194); }

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