Html Css Color HEX #CCCDD7 Link Water

📋 copy color: '#CCCDD7'

red 204 ◦ green 205 ◦ blue 215

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

Shades of Link Water #CCCDD7

Tints of Link Water #CCCDD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 34.46%

R = 32.69%
G = 32.85%
B = 34.46%

CMYK

 C value IS 0.05

 M value IS 0.05

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CCCDD7 (or 0xCCCDD7) is known color: Link Water. HEX triplet: CC, CD and D7. RGB value is (204,205,215). Sum of RGB (Red+Green+Blue) = 204+205+215=624 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.69% from 624); Green value is 205 (80.47% from 255 or 32.85% from 624); Blue value is 215 (84.38% from 255 or 34.46% from 624); Max value from RGB is 215 - color contains mainly: blue. Hex color #CCCDD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCDD7 is #333228. Grayscale: #CDCDCD. Windows color (decimal): -3355177 or 14142924. OLE color: 14142924.

HSL color Cylindrical-coordinate representation of color #CCCDD7: hue angle of 234.55º degrees, saturation: 0.12, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CCCDD7 is Cyan = 0.05, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 204 205 215 -
CMYK 0.05 0.05 0 0.16
HSL 234.55º 0.12% 0.82% -
HSV(B) 234.55º 0.05% 0.84% -
XYZ 59 61.41 73.03 -
YUV 205.84 133.17 126.69 -
System Red Green Blue C M Y K H S L
Decimal 204 205 215 0.05 0.05 0 0.16 234.55 0.12 0.82
Hex CC CD D7 5 5 0 10 EB C 52
Octal 314 315 327 5 5 0 20 353 14 122
Binary 11001100 11001101 11010111 101 101 0 10000 11101011 1100 1010010

Color Harmonies of #CCCDD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCDD7

Black with #CCCDD7

Text Example


Text Example

White with #CCCDD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCDD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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