#CCD3D2

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

Shades of Geyser #CCD3D2

Tints of Geyser #CCD3D2

Color information

#CCD3D2 (or 0xCCD3D2) is unknown color: approx Geyser. HEX triplet: CC, D3 and D2. RGB value is (204,211,210). Sum of RGB (Red+Green+Blue) = 204+211+210=625 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.64% from 625); Green value is 211 (82.81% from 255 or 33.76% from 625); Blue value is 210 (82.42% from 255 or 33.6% from 625); Max value from RGB is 211 - color contains mainly: green. Hex color #CCD3D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD3D2 is #332C2D. Grayscale: #D0D0D0. Windows color (decimal): -3353646 or 13816780. OLE color: 13816780.

HSL color Cylindrical-coordinate representation of color #CCD3D2: hue angle of 171.43º 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 #CCD3D2 is Cyan = 0.03, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.17.

Color convert

RGB204211210-
CMYK0.0300.000.17
HSL171.43º7.37%81.37%-
HSV(B)171.43º3.32%82.75%-
XYZ59.8364.0870.19-
YUV208.79128.68124.58-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.64%
GREEN value IS 211 (82.81% from 255) = 33.76%
BLUE value IS 210 (82.42% from 255) = 33.6%
R=32.64%
G=33.76%
B=33.6%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2042112100.0300.000.17171.437.3781.37
HexCCD3D230011ab751
Octal314323322300212537121
Binary110011001101001111010010110010001101010111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD3D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD3D2; }

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

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

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

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

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

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

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

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