Html Css Color HEX #CCD0D3 Link Water

📋 copy color: '#CCD0D3'

red 204 ◦ green 208 ◦ blue 211

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

Shades of Link Water #CCD0D3

Tints of Link Water #CCD0D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 33.87%

R = 32.74%
G = 33.39%
B = 33.87%

CMYK

 C value IS 0.03

 M value IS 0.01

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#CCD0D3 (or 0xCCD0D3) is known color: Link Water. HEX triplet: CC, D0 and D3. RGB value is (204,208,211). Sum of RGB (Red+Green+Blue) = 204+208+211=623 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.74% from 623); Green value is 208 (81.64% from 255 or 33.39% from 623); Blue value is 211 (82.81% from 255 or 33.87% from 623); Max value from RGB is 211 - color contains mainly: blue. Hex color #CCD0D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD0D3 is #332F2C. Grayscale: #CFCFCF. Windows color (decimal): -3354413 or 13881548. OLE color: 13881548.

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

Color convert

RGB 204 208 211 -
CMYK 0.03 0.01 0 0.17
HSL 205.71º 0.07% 0.81% -
HSV(B) 205.71º 0.03% 0.83% -
XYZ 59.22 62.65 70.6 -
YUV 207.15 130.17 125.76 -
System Red Green Blue C M Y K H S L
Decimal 204 208 211 0.03 0.01 0 0.17 205.71 0.07 0.81
Hex CC D0 D3 3 1 0 11 CE 7 51
Octal 314 320 323 3 1 0 21 316 7 121
Binary 11001100 11010000 11010011 11 1 0 10001 11001110 111 1010001

Color Harmonies of #CCD0D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD0D3

Black with #CCD0D3

Text Example


Text Example

White with #CCD0D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD0D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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