Html Css Color HEX #CCCDD2 Link Water

📋 copy color: '#CCCDD2'

red 204 ◦ green 205 ◦ blue 210

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

Shades of Link Water #CCCDD2

Tints of Link Water #CCCDD2

RGB

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

 GREEN value IS 205 (80.47% from 255) = 33.12%

 BLUE value IS 210 (82.42% from 255) = 33.93%

R = 32.96%
G = 33.12%
B = 33.93%

CMYK

 C value IS 0.03

 M value IS 0.02

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CCCDD2 (or 0xCCCDD2) is known color: Link Water. HEX triplet: CC, CD and D2. RGB value is (204,205,210). Sum of RGB (Red+Green+Blue) = 204+205+210=619 (81% of max value = 765). Red value is 204 (80.08% from 255 or 32.96% from 619); Green value is 205 (80.47% from 255 or 33.12% from 619); Blue value is 210 (82.42% from 255 or 33.93% from 619); Max value from RGB is 210 - color contains mainly: blue. Hex color #CCCDD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCDD2 is #33322D. Grayscale: #CDCDCD. Windows color (decimal): -3355182 or 13815244. OLE color: 13815244.

HSL color Cylindrical-coordinate representation of color #CCCDD2: hue angle of 230º degrees, saturation: 0.06, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #CCCDD2 is Cyan = 0.03, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 204 205 210 -
CMYK 0.03 0.02 0 0.18
HSL 230º 0.06% 0.81% -
HSV(B) 230º 0.03% 0.82% -
XYZ 58.37 61.15 69.7 -
YUV 205.27 130.67 127.09 -
System Red Green Blue C M Y K H S L
Decimal 204 205 210 0.03 0.02 0 0.18 230 0.06 0.81
Hex CC CD D2 3 2 0 12 E6 6 51
Octal 314 315 322 3 2 0 22 346 6 121
Binary 11001100 11001101 11010010 11 10 0 10010 11100110 110 1010001

Color Harmonies of #CCCDD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCDD2

Black with #CCCDD2

Text Example


Text Example

White with #CCCDD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCDD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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