#CFDAD7

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

Shades of Iceberg #CFDAD7

Tints of Iceberg #CFDAD7

Color information

#CFDAD7 (or 0xCFDAD7) is unknown color: approx Iceberg. HEX triplet: CF, DA and D7. RGB value is (207,218,215). Sum of RGB (Red+Green+Blue) = 207+218+215=640 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.34% from 640); Green value is 218 (85.55% from 255 or 34.06% from 640); Blue value is 215 (84.38% from 255 or 33.59% from 640); Max value from RGB is 218 - color contains mainly: green. Hex color #CFDAD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDAD7 is #302528. Grayscale: #D6D6D6. Windows color (decimal): -3155241 or 14146255. OLE color: 14146255.

HSL color Cylindrical-coordinate representation of color #CFDAD7: hue angle of 163.64º 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 #CFDAD7 is Cyan = 0.05, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.15.

Color convert

RGB207218215-
CMYK0.0500.010.15
HSL163.64º12.94%83.33%-
HSV(B)163.64º5.05%85.49%-
XYZ63.0768.3174.15-
YUV214.37128.36122.74-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.34%
GREEN value IS 218 (85.55% from 255) = 34.06%
BLUE value IS 215 (84.38% from 255) = 33.59%
R=32.34%
G=34.06%
B=33.59%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2072182150.0500.010.15163.6412.9483.33
HexCFDAD7501Fa4d53
Octal3173323275011724415123
Binary1100111111011010110101111010111111010010011011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDAD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDAD7; }

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

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

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

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

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

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

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

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