#CFDFDD

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

Shades of Jagged Ice #CFDFDD

Tints of Jagged Ice #CFDFDD

Color information

#CFDFDD (or 0xCFDFDD) is unknown color: approx Jagged Ice. HEX triplet: CF, DF and DD. RGB value is (207,223,221). Sum of RGB (Red+Green+Blue) = 207+223+221=651 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.80% from 651); Green value is 223 (87.5% from 255 or 34.25% from 651); Blue value is 221 (86.72% from 255 or 33.95% from 651); Max value from RGB is 223 - color contains mainly: green. Hex color #CFDFDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDFDD is #302022. Grayscale: #D9D9D9. Windows color (decimal): -3153955 or 14540751. OLE color: 14540751.

HSL color Cylindrical-coordinate representation of color #CFDFDD: hue angle of 172.5º degrees, saturation: 0.2, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CFDFDD is Cyan = 0.07, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB207223221-
CMYK0.0700.010.13
HSL172.5º20%84.31%-
HSV(B)172.5º7.17%87.45%-
XYZ65.1771.2678.73-
YUV217.99129.7120.16-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.80%
GREEN value IS 223 (87.5% from 255) = 34.25%
BLUE value IS 221 (86.72% from 255) = 33.95%
R=31.80%
G=34.25%
B=33.95%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2072232210.0700.010.13172.52084.31
HexCFDFDD701Dac1454
Octal3173373357011525424124
Binary11001111110111111101110111101110110101100101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDFDD; }

 p { color: rgb(207,223,221); }

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

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

 a { background-color: rgb(207,223,221); }

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

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

 span { border-color: rgb(207,223,221); }

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