Html Css Color HEX #CCD6E1 Link Water

📋 copy color: '#CCD6E1'

red 204 ◦ green 214 ◦ blue 225

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

Shades of Link Water #CCD6E1

Tints of Link Water #CCD6E1

RGB

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

 GREEN value IS 214 (83.98% from 255) = 33.28%

 BLUE value IS 225 (88.28% from 255) = 34.99%

R = 31.73%
G = 33.28%
B = 34.99%

CMYK

 C value IS 0.09

 M value IS 0.05

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CCD6E1 (or 0xCCD6E1) is known color: Link Water. HEX triplet: CC, D6 and E1. RGB value is (204,214,225). Sum of RGB (Red+Green+Blue) = 204+214+225=643 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.73% from 643); Green value is 214 (83.98% from 255 or 33.28% from 643); Blue value is 225 (88.28% from 255 or 34.99% from 643); Max value from RGB is 225 - color contains mainly: blue. Hex color #CCD6E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD6E1 is #33291E. Grayscale: #D4D4D4. Windows color (decimal): -3352863 or 14800588. OLE color: 14800588.

HSL color Cylindrical-coordinate representation of color #CCD6E1: hue angle of 211.43º degrees, saturation: 0.26, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CCD6E1 is Cyan = 0.09, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 204 214 225 -
CMYK 0.09 0.05 0 0.12
HSL 211.43º 0.26% 0.84% -
HSV(B) 211.43º 0.09% 0.88% -
XYZ 62.54 66.37 80.75 -
YUV 212.26 135.19 122.11 -
System Red Green Blue C M Y K H S L
Decimal 204 214 225 0.09 0.05 0 0.12 211.43 0.26 0.84
Hex CC D6 E1 9 5 0 C D3 1A 54
Octal 314 326 341 11 5 0 14 323 32 124
Binary 11001100 11010110 11100001 1001 101 0 1100 11010011 11010 1010100

Color Harmonies of #CCD6E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD6E1

Black with #CCD6E1

Text Example


Text Example

White with #CCD6E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD6E1; }

 p { color: rgb(204,214,225); }

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

background-color css

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

 a { background-color: rgb(204,214,225); }

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

border-color css

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

 span { border-color: rgb(204,214,225); }

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