Html Css Color HEX #CCD3E1 Link Water

📋 copy color: '#CCD3E1'

red 204 ◦ green 211 ◦ blue 225

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

Shades of Link Water #CCD3E1

Tints of Link Water #CCD3E1

RGB

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

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

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

R = 31.88%
G = 32.97%
B = 35.16%

CMYK

 C value IS 0.09

 M value IS 0.06

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CCD3E1 (or 0xCCD3E1) is known color: Link Water. HEX triplet: CC, D3 and E1. RGB value is (204,211,225). Sum of RGB (Red+Green+Blue) = 204+211+225=640 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.88% from 640); Green value is 211 (82.81% from 255 or 32.97% from 640); Blue value is 225 (88.28% from 255 or 35.16% from 640); Max value from RGB is 225 - color contains mainly: blue. Hex color #CCD3E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD3E1 is #332C1E. Grayscale: #D2D2D2. Windows color (decimal): -3353631 or 14799820. OLE color: 14799820.

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

Color convert

RGB 204 211 225 -
CMYK 0.09 0.06 0 0.12
HSL 220º 0.26% 0.84% -
HSV(B) 220º 0.09% 0.88% -
XYZ 61.79 64.86 80.5 -
YUV 210.5 136.18 123.36 -
System Red Green Blue C M Y K H S L
Decimal 204 211 225 0.09 0.06 0 0.12 220 0.26 0.84
Hex CC D3 E1 9 6 0 C DC 1A 54
Octal 314 323 341 11 6 0 14 334 32 124
Binary 11001100 11010011 11100001 1001 110 0 1100 11011100 11010 1010100

Color Harmonies of #CCD3E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD3E1

Black with #CCD3E1

Text Example


Text Example

White with #CCD3E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD3E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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