Html Css Color HEX #CCD4E1 Link Water

📋 copy color: '#CCD4E1'

red 204 ◦ green 212 ◦ blue 225

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

Shades of Link Water #CCD4E1

Tints of Link Water #CCD4E1

RGB

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

 GREEN value IS 212 (83.2% from 255) = 33.07%

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

R = 31.83%
G = 33.07%
B = 35.1%

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

#CCD4E1 (or 0xCCD4E1) is known color: Link Water. HEX triplet: CC, D4 and E1. RGB value is (204,212,225). Sum of RGB (Red+Green+Blue) = 204+212+225=641 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.83% from 641); Green value is 212 (83.20% from 255 or 33.07% from 641); Blue value is 225 (88.28% from 255 or 35.10% from 641); Max value from RGB is 225 - color contains mainly: blue. Hex color #CCD4E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD4E1 is #332B1E. Grayscale: #D3D3D3. Windows color (decimal): -3353375 or 14800076. OLE color: 14800076.

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

Color convert

RGB 204 212 225 -
CMYK 0.09 0.06 0 0.12
HSL 217.14º 0.26% 0.84% -
HSV(B) 217.14º 0.09% 0.88% -
XYZ 62.04 65.36 80.58 -
YUV 211.09 135.85 122.94 -
System Red Green Blue C M Y K H S L
Decimal 204 212 225 0.09 0.06 0 0.12 217.14 0.26 0.84
Hex CC D4 E1 9 6 0 C D9 1A 54
Octal 314 324 341 11 6 0 14 331 32 124
Binary 11001100 11010100 11100001 1001 110 0 1100 11011001 11010 1010100

Color Harmonies of #CCD4E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD4E1

Black with #CCD4E1

Text Example


Text Example

White with #CCD4E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD4E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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