Html Css Color HEX #CCD3DE Link Water

📋 copy color: '#CCD3DE'

red 204 ◦ green 211 ◦ blue 222

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

Shades of Link Water #CCD3DE

Tints of Link Water #CCD3DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 34.85%

R = 32.03%
G = 33.12%
B = 34.85%

CMYK

 C value IS 0.08

 M value IS 0.05

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CCD3DE (or 0xCCD3DE) is known color: Link Water. HEX triplet: CC, D3 and DE. RGB value is (204,211,222). Sum of RGB (Red+Green+Blue) = 204+211+222=637 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.03% from 637); Green value is 211 (82.81% from 255 or 33.12% from 637); Blue value is 222 (87.11% from 255 or 34.85% from 637); Max value from RGB is 222 - color contains mainly: blue. Hex color #CCD3DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD3DE is #332C21. Grayscale: #D2D2D2. Windows color (decimal): -3353634 or 14603212. OLE color: 14603212.

HSL color Cylindrical-coordinate representation of color #CCD3DE: hue angle of 216.67º degrees, saturation: 0.21, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CCD3DE is Cyan = 0.08, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 204 211 222 -
CMYK 0.08 0.05 0 0.13
HSL 216.67º 0.21% 0.84% -
HSV(B) 216.67º 0.08% 0.87% -
XYZ 61.38 64.7 78.36 -
YUV 210.16 134.68 123.61 -
System Red Green Blue C M Y K H S L
Decimal 204 211 222 0.08 0.05 0 0.13 216.67 0.21 0.84
Hex CC D3 DE 8 5 0 D D9 15 54
Octal 314 323 336 10 5 0 15 331 25 124
Binary 11001100 11010011 11011110 1000 101 0 1101 11011001 10101 1010100

Color Harmonies of #CCD3DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD3DE

Black with #CCD3DE

Text Example


Text Example

White with #CCD3DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD3DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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