Html Css Color HEX #CCD5E1 Link Water

📋 copy color: '#CCD5E1'

red 204 ◦ green 213 ◦ blue 225

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

Shades of Link Water #CCD5E1

Tints of Link Water #CCD5E1

RGB

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

 GREEN value IS 213 (83.59% from 255) = 33.18%

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

R = 31.78%
G = 33.18%
B = 35.05%

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

#CCD5E1 (or 0xCCD5E1) is known color: Link Water. HEX triplet: CC, D5 and E1. RGB value is (204,213,225). Sum of RGB (Red+Green+Blue) = 204+213+225=642 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.78% from 642); Green value is 213 (83.59% from 255 or 33.18% from 642); Blue value is 225 (88.28% from 255 or 35.05% from 642); Max value from RGB is 225 - color contains mainly: blue. Hex color #CCD5E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD5E1 is #332A1E. Grayscale: #D3D3D3. Windows color (decimal): -3353119 or 14800332. OLE color: 14800332.

HSL color Cylindrical-coordinate representation of color #CCD5E1: hue angle of 214.29º 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 #CCD5E1 is Cyan = 0.09, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 204 213 225 -
CMYK 0.09 0.05 0 0.12
HSL 214.29º 0.26% 0.84% -
HSV(B) 214.29º 0.09% 0.88% -
XYZ 62.29 65.86 80.66 -
YUV 211.68 135.52 122.52 -
System Red Green Blue C M Y K H S L
Decimal 204 213 225 0.09 0.05 0 0.12 214.29 0.26 0.84
Hex CC D5 E1 9 5 0 C D6 1A 54
Octal 314 325 341 11 5 0 14 326 32 124
Binary 11001100 11010101 11100001 1001 101 0 1100 11010110 11010 1010100

Color Harmonies of #CCD5E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD5E1

Black with #CCD5E1

Text Example


Text Example

White with #CCD5E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD5E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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