#CADDBE

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

Shades of Surf Crest #CADDBE

Tints of Surf Crest #CADDBE

Color information

#CADDBE (or 0xCADDBE) is unknown color: approx Surf Crest. HEX triplet: CA, DD and BE. RGB value is (202,221,190). Sum of RGB (Red+Green+Blue) = 202+221+190=613 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.95% from 613); Green value is 221 (86.72% from 255 or 36.05% from 613); Blue value is 190 (74.61% from 255 or 31.00% from 613); Max value from RGB is 221 - color contains mainly: green. Hex color #CADDBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADDBE is #352241. Grayscale: #D3D3D3. Windows color (decimal): -3482178 or 12508618. OLE color: 12508618.

HSL color Cylindrical-coordinate representation of color #CADDBE: hue angle of 96.77º degrees, saturation: 0.31, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CADDBE is Cyan = 0.09, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB202221190-
CMYK0.0900.140.13
HSL96.77º31.31%80.59%-
HSV(B)96.77º14.03%86.67%-
XYZ59.5167.9958.7-
YUV211.78115.71121.02-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.95%
GREEN value IS 221 (86.72% from 255) = 36.05%
BLUE value IS 190 (74.61% from 255) = 31.00%
R=32.95%
G=36.05%
B=31.00%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2022211900.0900.140.1396.7731.3180.59
HexCADDBE90ED611f51
Octal312335276110161514137121
Binary11001010110111011011111010010111011011100001111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADDBE; }

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

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

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

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

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

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

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

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