#CFDBD7

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

Shades of Iceberg #CFDBD7

Tints of Iceberg #CFDBD7

Color information

#CFDBD7 (or 0xCFDBD7) is unknown color: approx Iceberg. HEX triplet: CF, DB and D7. RGB value is (207,219,215). Sum of RGB (Red+Green+Blue) = 207+219+215=641 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.29% from 641); Green value is 219 (85.94% from 255 or 34.17% from 641); Blue value is 215 (84.38% from 255 or 33.54% from 641); Max value from RGB is 219 - color contains mainly: green. Hex color #CFDBD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDBD7 is #302428. Grayscale: #D6D6D6. Windows color (decimal): -3154985 or 14146511. OLE color: 14146511.

HSL color Cylindrical-coordinate representation of color #CFDBD7: hue angle of 160º degrees, saturation: 0.14, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CFDBD7 is Cyan = 0.05, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.14.

Color convert

RGB207219215-
CMYK0.0500.020.14
HSL160º14.29%83.53%-
HSV(B)160º5.48%85.88%-
XYZ63.3368.8374.24-
YUV214.96128.02122.33-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.29%
GREEN value IS 219 (85.94% from 255) = 34.17%
BLUE value IS 215 (84.38% from 255) = 33.54%
R=32.29%
G=34.17%
B=33.54%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2072192150.0500.020.1416014.2983.53
HexCFDBD7502Ea0e54
Octal3173333275021624016124
Binary11001111110110111101011110101011101010000011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDBD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDBD7; }

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

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

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

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

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

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

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

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