#CCD3D1

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

Shades of Geyser #CCD3D1

Tints of Geyser #CCD3D1

Color information

#CCD3D1 (or 0xCCD3D1) is unknown color: approx Geyser. HEX triplet: CC, D3 and D1. RGB value is (204,211,209). Sum of RGB (Red+Green+Blue) = 204+211+209=624 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.69% from 624); Green value is 211 (82.81% from 255 or 33.81% from 624); Blue value is 209 (82.03% from 255 or 33.49% from 624); Max value from RGB is 211 - color contains mainly: green. Hex color #CCD3D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD3D1 is #332C2E. Grayscale: #D0D0D0. Windows color (decimal): -3353647 or 13751244. OLE color: 13751244.

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

Color convert

RGB204211209-
CMYK0.0300.010.17
HSL162.86º7.37%81.37%-
HSV(B)162.86º3.32%82.75%-
XYZ59.764.0369.53-
YUV208.68128.18124.66-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.69%
GREEN value IS 211 (82.81% from 255) = 33.81%
BLUE value IS 209 (82.03% from 255) = 33.49%
R=32.69%
G=33.81%
B=33.49%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2042112090.0300.010.17162.867.3781.37
HexCCD3D130111a3751
Octal314323321301212437121
Binary110011001101001111010001110110001101000111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD3D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD3D1; }

 p { color: rgb(204,211,209); }

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

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

 a { background-color: rgb(204,211,209); }

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

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

 span { border-color: rgb(204,211,209); }

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