#CFD6D3

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

Shades of Iceberg #CFD6D3

Tints of Iceberg #CFD6D3

Color information

#CFD6D3 (or 0xCFD6D3) is unknown color: approx Iceberg. HEX triplet: CF, D6 and D3. RGB value is (207,214,211). Sum of RGB (Red+Green+Blue) = 207+214+211=632 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.75% from 632); Green value is 214 (83.98% from 255 or 33.86% from 632); Blue value is 211 (82.81% from 255 or 33.39% from 632); Max value from RGB is 214 - color contains mainly: green. Hex color #CFD6D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFD6D3 is #30292C. Grayscale: #D3D3D3. Windows color (decimal): -3156269 or 13883087. OLE color: 13883087.

HSL color Cylindrical-coordinate representation of color #CFD6D3: hue angle of 154.29º degrees, saturation: 0.08, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #CFD6D3 is Cyan = 0.03, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.16.

Color convert

RGB207214211-
CMYK0.0300.010.16
HSL154.29º7.87%82.55%-
HSV(B)154.29º3.27%83.92%-
XYZ61.5466.0671.14-
YUV211.56127.68124.74-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.75%
GREEN value IS 214 (83.98% from 255) = 33.86%
BLUE value IS 211 (82.81% from 255) = 33.39%
R=32.75%
G=33.86%
B=33.39%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2072142110.0300.010.16154.297.8782.55
HexCFD6D3301109a853
Octal3173263233012023210123
Binary1100111111010110110100111101100001001101010001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD6D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD6D3; }

 p { color: rgb(207,214,211); }

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

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

 a { background-color: rgb(207,214,211); }

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

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

 span { border-color: rgb(207,214,211); }

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