#CADFC5

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

Shades of Surf Crest #CADFC5

Tints of Surf Crest #CADFC5

Color information

#CADFC5 (or 0xCADFC5) is unknown color: approx Surf Crest. HEX triplet: CA, DF and C5. RGB value is (202,223,197). Sum of RGB (Red+Green+Blue) = 202+223+197=622 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.48% from 622); Green value is 223 (87.5% from 255 or 35.85% from 622); Blue value is 197 (77.34% from 255 or 31.67% from 622); Max value from RGB is 223 - color contains mainly: green. Hex color #CADFC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADFC5 is #35203A. Grayscale: #D5D5D5. Windows color (decimal): -3481659 or 12967882. OLE color: 12967882.

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

Color convert

RGB202223197-
CMYK0.0900.120.13
HSL108.46º28.89%82.35%-
HSV(B)108.46º11.66%87.45%-
XYZ60.8269.3663.01-
YUV213.76118.54119.61-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.48%
GREEN value IS 223 (87.5% from 255) = 35.85%
BLUE value IS 197 (77.34% from 255) = 31.67%
R=32.48%
G=35.85%
B=31.67%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2022231970.0900.120.13108.4628.8982.35
HexCADFC590CD6c1d52
Octal312337305110141515435122
Binary11001010110111111100010110010110011011101100111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADFC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADFC5; }

 p { color: rgb(202,223,197); }

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

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

 a { background-color: rgb(202,223,197); }

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

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

 span { border-color: rgb(202,223,197); }

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