#CADDC4

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

Shades of Surf Crest #CADDC4

Tints of Surf Crest #CADDC4

Color information

#CADDC4 (or 0xCADDC4) is unknown color: approx Surf Crest. HEX triplet: CA, DD and C4. RGB value is (202,221,196). Sum of RGB (Red+Green+Blue) = 202+221+196=619 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.63% from 619); Green value is 221 (86.72% from 255 or 35.70% from 619); Blue value is 196 (76.95% from 255 or 31.66% from 619); Max value from RGB is 221 - color contains mainly: green. Hex color #CADDC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADDC4 is #35223B. Grayscale: #D4D4D4. Windows color (decimal): -3482172 or 12901834. OLE color: 12901834.

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

Color convert

RGB202221196-
CMYK0.0900.110.13
HSL105.6º26.88%81.76%-
HSV(B)105.6º11.31%86.67%-
XYZ60.1868.2562.23-
YUV212.47118.71120.53-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.63%
GREEN value IS 221 (86.72% from 255) = 35.70%
BLUE value IS 196 (76.95% from 255) = 31.66%
R=32.63%
G=35.70%
B=31.66%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2022211960.0900.110.13105.626.8881.76
HexCADDC490BD6a1b52
Octal312335304110131515233122
Binary11001010110111011100010010010101111011101010110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADDC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADDC4; }

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

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

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

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

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

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

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

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