#CFD3DC

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

Shades of Link Water #CFD3DC

Tints of Link Water #CFD3DC

Color information

#CFD3DC (or 0xCFD3DC) is unknown color: approx Link Water. HEX triplet: CF, D3 and DC. RGB value is (207,211,220). Sum of RGB (Red+Green+Blue) = 207+211+220=638 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.45% from 638); Green value is 211 (82.81% from 255 or 33.07% from 638); Blue value is 220 (86.33% from 255 or 34.48% from 638); Max value from RGB is 220 - color contains mainly: blue. Hex color #CFD3DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFD3DC is #302C23. Grayscale: #D2D2D2. Windows color (decimal): -3157028 or 14472143. OLE color: 14472143.

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

Color convert

RGB207211220-
CMYK0.060.0400.14
HSL221.54º15.66%83.73%-
HSV(B)221.54º5.91%86.27%-
XYZ61.9465.0277-
YUV210.83133.17125.27-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.45%
GREEN value IS 211 (82.81% from 255) = 33.07%
BLUE value IS 220 (86.33% from 255) = 34.48%
R=32.45%
G=33.07%
B=34.48%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2072112200.060.0400.14221.5415.6683.73
HexCFD3DC640Ede1054
Octal3173233346401633620124
Binary1100111111010011110111001101000111011011110100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD3DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD3DC; }

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

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

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

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

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

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

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

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