Html Css Color HEX #CCD3DA Link Water

📋 copy color: '#CCD3DA'

red 204 ◦ green 211 ◦ blue 218

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

Shades of Link Water #CCD3DA

Tints of Link Water #CCD3DA

RGB

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

 GREEN value IS 211 (82.81% from 255) = 33.33%

 BLUE value IS 218 (85.55% from 255) = 34.44%

R = 32.23%
G = 33.33%
B = 34.44%

CMYK

 C value IS 0.06

 M value IS 0.03

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CCD3DA (or 0xCCD3DA) is known color: Link Water. HEX triplet: CC, D3 and DA. RGB value is (204,211,218). Sum of RGB (Red+Green+Blue) = 204+211+218=633 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.23% from 633); Green value is 211 (82.81% from 255 or 33.33% from 633); Blue value is 218 (85.55% from 255 or 34.44% from 633); Max value from RGB is 218 - color contains mainly: blue. Hex color #CCD3DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD3DA is #332C25. Grayscale: #D1D1D1. Windows color (decimal): -3353638 or 14341068. OLE color: 14341068.

HSL color Cylindrical-coordinate representation of color #CCD3DA: hue angle of 210º degrees, saturation: 0.16, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CCD3DA is Cyan = 0.06, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 204 211 218 -
CMYK 0.06 0.03 0 0.15
HSL 210º 0.16% 0.83% -
HSV(B) 210º 0.06% 0.85% -
XYZ 60.85 64.49 75.57 -
YUV 209.71 132.68 123.93 -
System Red Green Blue C M Y K H S L
Decimal 204 211 218 0.06 0.03 0 0.15 210 0.16 0.83
Hex CC D3 DA 6 3 0 F D2 10 53
Octal 314 323 332 6 3 0 17 322 20 123
Binary 11001100 11010011 11011010 110 11 0 1111 11010010 10000 1010011

Color Harmonies of #CCD3DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD3DA

Black with #CCD3DA

Text Example


Text Example

White with #CCD3DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD3DA; }

 p { color: rgb(204,211,218); }

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

background-color css

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

 a { background-color: rgb(204,211,218); }

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

border-color css

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

 span { border-color: rgb(204,211,218); }

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