#CAE1BE

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

Shades of Surf Crest #CAE1BE

Tints of Surf Crest #CAE1BE

Color information

#CAE1BE (or 0xCAE1BE) is unknown color: approx Surf Crest. HEX triplet: CA, E1 and BE. RGB value is (202,225,190). Sum of RGB (Red+Green+Blue) = 202+225+190=617 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.74% from 617); Green value is 225 (88.28% from 255 or 36.47% from 617); Blue value is 190 (74.61% from 255 or 30.79% from 617); Max value from RGB is 225 - color contains mainly: green. Hex color #CAE1BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAE1BE is #351E41. Grayscale: #D6D6D6. Windows color (decimal): -3481154 or 12509642. OLE color: 12509642.

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

Color convert

RGB202225190-
CMYK0.1000.160.12
HSL99.43º36.84%81.37%-
HSV(B)99.43º15.56%88.24%-
XYZ60.5870.1259.06-
YUV214.13114.38119.35-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.74%
GREEN value IS 225 (88.28% from 255) = 36.47%
BLUE value IS 190 (74.61% from 255) = 30.79%
R=32.74%
G=36.47%
B=30.79%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2022251900.1000.160.1299.4336.8481.37
HexCAE1BEA010C632551
Octal312341276120201414345121
Binary1100101011100001101111101010010000110011000111001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE1BE; }

 p { color: rgb(202,225,190); }

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

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

 a { background-color: rgb(202,225,190); }

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

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

 span { border-color: rgb(202,225,190); }

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