Html Css Color HEX #CCD0D5 Link Water

📋 copy color: '#CCD0D5'

red 204 ◦ green 208 ◦ blue 213

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

Shades of Link Water #CCD0D5

Tints of Link Water #CCD0D5

RGB

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

 GREEN value IS 208 (81.64% from 255) = 33.28%

 BLUE value IS 213 (83.59% from 255) = 34.08%

R = 32.64%
G = 33.28%
B = 34.08%

CMYK

 C value IS 0.04

 M value IS 0.02

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CCD0D5 (or 0xCCD0D5) is known color: Link Water. HEX triplet: CC, D0 and D5. RGB value is (204,208,213). Sum of RGB (Red+Green+Blue) = 204+208+213=625 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.64% from 625); Green value is 208 (81.64% from 255 or 33.28% from 625); Blue value is 213 (83.59% from 255 or 34.08% from 625); Max value from RGB is 213 - color contains mainly: blue. Hex color #CCD0D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD0D5 is #332F2A. Grayscale: #CFCFCF. Windows color (decimal): -3354411 or 14012620. OLE color: 14012620.

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

Color convert

RGB 204 208 213 -
CMYK 0.04 0.02 0 0.16
HSL 213.33º 0.1% 0.82% -
HSV(B) 213.33º 0.04% 0.84% -
XYZ 59.47 62.75 71.93 -
YUV 207.37 131.17 125.59 -
System Red Green Blue C M Y K H S L
Decimal 204 208 213 0.04 0.02 0 0.16 213.33 0.1 0.82
Hex CC D0 D5 4 2 0 10 D5 A 52
Octal 314 320 325 4 2 0 20 325 12 122
Binary 11001100 11010000 11010101 100 10 0 10000 11010101 1010 1010010

Color Harmonies of #CCD0D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD0D5

Black with #CCD0D5

Text Example


Text Example

White with #CCD0D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD0D5; }

 p { color: rgb(204,208,213); }

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

background-color css

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

 a { background-color: rgb(204,208,213); }

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

border-color css

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

 span { border-color: rgb(204,208,213); }

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