#CFDAD5

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

Shades of Iceberg #CFDAD5

Tints of Iceberg #CFDAD5

Color information

#CFDAD5 (or 0xCFDAD5) is unknown color: approx Iceberg. HEX triplet: CF, DA and D5. RGB value is (207,218,213). Sum of RGB (Red+Green+Blue) = 207+218+213=638 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.45% from 638); Green value is 218 (85.55% from 255 or 34.17% from 638); Blue value is 213 (83.59% from 255 or 33.39% from 638); Max value from RGB is 218 - color contains mainly: green. Hex color #CFDAD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDAD5 is #30252A. Grayscale: #D6D6D6. Windows color (decimal): -3155243 or 14015183. OLE color: 14015183.

HSL color Cylindrical-coordinate representation of color #CFDAD5: hue angle of 152.73º degrees, saturation: 0.13, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CFDAD5 is Cyan = 0.05, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.15.

Color convert

RGB207218213-
CMYK0.0500.020.15
HSL152.73º12.94%83.33%-
HSV(B)152.73º5.05%85.49%-
XYZ62.8168.2172.81-
YUV214.14127.36122.91-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.45%
GREEN value IS 218 (85.55% from 255) = 34.17%
BLUE value IS 213 (83.59% from 255) = 33.39%
R=32.45%
G=34.17%
B=33.39%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2072182130.0500.020.15152.7312.9483.33
HexCFDAD5502F99d53
Octal3173323255021723115123
Binary11001111110110101101010110101011111001100111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDAD5; }

 p { color: rgb(207,218,213); }

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

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

 a { background-color: rgb(207,218,213); }

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

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

 span { border-color: rgb(207,218,213); }

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