#CAE0C8

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

Shades of Surf Crest #CAE0C8

Tints of Surf Crest #CAE0C8

Color information

#CAE0C8 (or 0xCAE0C8) is unknown color: approx Surf Crest. HEX triplet: CA, E0 and C8. RGB value is (202,224,200). Sum of RGB (Red+Green+Blue) = 202+224+200=626 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.27% from 626); Green value is 224 (87.89% from 255 or 35.78% from 626); Blue value is 200 (78.52% from 255 or 31.95% from 626); Max value from RGB is 224 - color contains mainly: green. Hex color #CAE0C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAE0C8 is #351F37. Grayscale: #D6D6D6. Windows color (decimal): -3481400 or 13164746. OLE color: 13164746.

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

Color convert

RGB202224200-
CMYK0.1000.110.12
HSL115º27.91%83.14%-
HSV(B)115º10.71%87.84%-
XYZ61.4470.0464.92-
YUV214.69119.71118.95-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.27%
GREEN value IS 224 (87.89% from 255) = 35.78%
BLUE value IS 200 (78.52% from 255) = 31.95%
R=32.27%
G=35.78%
B=31.95%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2022242000.1000.110.1211527.9183.14
HexCAE0C8A0BC731c53
Octal312340310120131416334123
Binary11001010111000001100100010100101111001110011111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE0C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE0C8; }

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

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

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

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

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

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

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

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