Html Css Color HEX #CCD2DD Link Water

📋 copy color: '#CCD2DD'

red 204 ◦ green 210 ◦ blue 221

#CCD2DD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Link Water #CCD2DD

Tints of Link Water #CCD2DD

RGB

 RED value IS 204 (80.08% from 255) = 32.13%

 GREEN value IS 210 (82.42% from 255) = 33.07%

 BLUE value IS 221 (86.72% from 255) = 34.8%

R = 32.13%
G = 33.07%
B = 34.8%

CMYK

 C value IS 0.08

 M value IS 0.05

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CCD2DD (or 0xCCD2DD) is known color: Link Water. HEX triplet: CC, D2 and DD. RGB value is (204,210,221). Sum of RGB (Red+Green+Blue) = 204+210+221=635 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.13% from 635); Green value is 210 (82.42% from 255 or 33.07% from 635); Blue value is 221 (86.72% from 255 or 34.80% from 635); Max value from RGB is 221 - color contains mainly: blue. Hex color #CCD2DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD2DD is #332D22. Grayscale: #D1D1D1. Windows color (decimal): -3353891 or 14537420. OLE color: 14537420.

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

Color convert

RGB 204 210 221 -
CMYK 0.08 0.05 0 0.13
HSL 218.82º 0.2% 0.83% -
HSV(B) 218.82º 0.08% 0.87% -
XYZ 61 64.15 77.57 -
YUV 209.46 134.51 124.11 -
System Red Green Blue C M Y K H S L
Decimal 204 210 221 0.08 0.05 0 0.13 218.82 0.2 0.83
Hex CC D2 DD 8 5 0 D DB 14 53
Octal 314 322 335 10 5 0 15 333 24 123
Binary 11001100 11010010 11011101 1000 101 0 1101 11011011 10100 1010011

Color Harmonies of #CCD2DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD2DD

Black with #CCD2DD

Text Example


Text Example

White with #CCD2DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD2DD; }

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

 H1.HeaderClassName
 {
   color: #CCD2DD;
 }
 .AnyTagClassName
 {
   color: #CCD2DD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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