#CAE4C5

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

Shades of Surf Crest #CAE4C5

Tints of Surf Crest #CAE4C5

Color information

#CAE4C5 (or 0xCAE4C5) is unknown color: approx Surf Crest. HEX triplet: CA, E4 and C5. RGB value is (202,228,197). Sum of RGB (Red+Green+Blue) = 202+228+197=627 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.22% from 627); Green value is 228 (89.45% from 255 or 36.36% from 627); Blue value is 197 (77.34% from 255 or 31.42% from 627); Max value from RGB is 228 - color contains mainly: green. Hex color #CAE4C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAE4C5 is #351B3A. Grayscale: #D8D8D8. Windows color (decimal): -3480379 or 12969162. OLE color: 12969162.

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

Color convert

RGB202228197-
CMYK0.1100.140.11
HSL110.32º36.47%83.33%-
HSV(B)110.32º13.6%89.41%-
XYZ62.1872.0763.46-
YUV216.69116.89117.52-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.22%
GREEN value IS 228 (89.45% from 255) = 36.36%
BLUE value IS 197 (77.34% from 255) = 31.42%
R=32.22%
G=36.36%
B=31.42%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2022281970.1100.140.11110.3236.4783.33
HexCAE4C5B0EB6e2453
Octal312344305130161315644123
Binary110010101110010011000101101101110101111011101001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE4C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE4C5; }

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

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

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

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

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

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

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

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