Html Css Color HEX #CCD1DB Link Water

📋 copy color: '#CCD1DB'

red 204 ◦ green 209 ◦ blue 219

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

Shades of Link Water #CCD1DB

Tints of Link Water #CCD1DB

RGB

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

 GREEN value IS 209 (82.03% from 255) = 33.07%

 BLUE value IS 219 (85.94% from 255) = 34.65%

R = 32.28%
G = 33.07%
B = 34.65%

CMYK

 C value IS 0.07

 M value IS 0.05

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CCD1DB (or 0xCCD1DB) is known color: Link Water. HEX triplet: CC, D1 and DB. RGB value is (204,209,219). Sum of RGB (Red+Green+Blue) = 204+209+219=632 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.28% from 632); Green value is 209 (82.03% from 255 or 33.07% from 632); Blue value is 219 (85.94% from 255 or 34.65% from 632); Max value from RGB is 219 - color contains mainly: blue. Hex color #CCD1DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD1DB is #332E24. Grayscale: #D0D0D0. Windows color (decimal): -3354149 or 14406092. OLE color: 14406092.

HSL color Cylindrical-coordinate representation of color #CCD1DB: hue angle of 220º degrees, saturation: 0.17, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CCD1DB is Cyan = 0.07, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 204 209 219 -
CMYK 0.07 0.05 0 0.14
HSL 220º 0.17% 0.83% -
HSV(B) 220º 0.07% 0.86% -
XYZ 60.49 63.55 76.1 -
YUV 208.65 133.84 124.69 -
System Red Green Blue C M Y K H S L
Decimal 204 209 219 0.07 0.05 0 0.14 220 0.17 0.83
Hex CC D1 DB 7 5 0 E DC 11 53
Octal 314 321 333 7 5 0 16 334 21 123
Binary 11001100 11010001 11011011 111 101 0 1110 11011100 10001 1010011

Color Harmonies of #CCD1DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD1DB

Black with #CCD1DB

Text Example


Text Example

White with #CCD1DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD1DB; }

 p { color: rgb(204,209,219); }

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

background-color css

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

 a { background-color: rgb(204,209,219); }

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

border-color css

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

 span { border-color: rgb(204,209,219); }

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