#CADDBC

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

Shades of Surf Crest #CADDBC

Tints of Surf Crest #CADDBC

Color information

#CADDBC (or 0xCADDBC) is unknown color: approx Surf Crest. HEX triplet: CA, DD and BC. RGB value is (202,221,188). Sum of RGB (Red+Green+Blue) = 202+221+188=611 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.06% from 611); Green value is 221 (86.72% from 255 or 36.17% from 611); Blue value is 188 (73.83% from 255 or 30.77% from 611); Max value from RGB is 221 - color contains mainly: green. Hex color #CADDBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADDBC is #352243. Grayscale: #D3D3D3. Windows color (decimal): -3482180 or 12377546. OLE color: 12377546.

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

Color convert

RGB202221188-
CMYK0.0900.150.13
HSL94.55º32.67%80.2%-
HSV(B)94.55º14.93%86.67%-
XYZ59.2967.957.56-
YUV211.56114.71121.18-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.06%
GREEN value IS 221 (86.72% from 255) = 36.17%
BLUE value IS 188 (73.83% from 255) = 30.77%
R=33.06%
G=36.17%
B=30.77%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2022211880.0900.150.1394.5532.6780.2
HexCADDBC90FD5f2150
Octal312335274110171513741120
Binary110010101101110110111100100101111110110111111000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADDBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADDBC; }

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

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

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

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

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

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

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

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