#CAE0C6

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

Shades of Surf Crest #CAE0C6

Tints of Surf Crest #CAE0C6

Color information

#CAE0C6 (or 0xCAE0C6) is unknown color: approx Surf Crest. HEX triplet: CA, E0 and C6. RGB value is (202,224,198). Sum of RGB (Red+Green+Blue) = 202+224+198=624 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.37% from 624); Green value is 224 (87.89% from 255 or 35.90% from 624); Blue value is 198 (77.73% from 255 or 31.73% from 624); Max value from RGB is 224 - color contains mainly: green. Hex color #CAE0C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAE0C6 is #351F39. Grayscale: #D6D6D6. Windows color (decimal): -3481402 or 13033674. OLE color: 13033674.

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

Color convert

RGB202224198-
CMYK0.1000.120.12
HSL110.77º29.55%82.75%-
HSV(B)110.77º11.61%87.84%-
XYZ61.2169.9563.7-
YUV214.46118.71119.11-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.37%
GREEN value IS 224 (87.89% from 255) = 35.90%
BLUE value IS 198 (77.73% from 255) = 31.73%
R=32.37%
G=35.90%
B=31.73%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2022241980.1000.120.12110.7729.5582.75
HexCAE0C6A0CC6f1e53
Octal312340306120141415736123
Binary11001010111000001100011010100110011001101111111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE0C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE0C6; }

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

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

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

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

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

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

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

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