Html Css Color HEX #C9CDDA Link Water

📋 copy color: '#C9CDDA'

red 201 ◦ green 205 ◦ blue 218

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

Shades of Link Water #C9CDDA

Tints of Link Water #C9CDDA

RGB

 RED value IS 201 (78.91% from 255) = 32.21%

 GREEN value IS 205 (80.47% from 255) = 32.85%

 BLUE value IS 218 (85.55% from 255) = 34.94%

R = 32.21%
G = 32.85%
B = 34.94%

CMYK

 C value IS 0.08

 M value IS 0.06

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C9CDDA (or 0xC9CDDA) is known color: Link Water. HEX triplet: C9, CD and DA. RGB value is (201,205,218). Sum of RGB (Red+Green+Blue) = 201+205+218=624 (82% of max value = 765). Red value is 201 (78.91% from 255 or 32.21% from 624); Green value is 205 (80.47% from 255 or 32.85% from 624); Blue value is 218 (85.55% from 255 or 34.94% from 624); Max value from RGB is 218 - color contains mainly: blue. Hex color #C9CDDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9CDDA is #363225. Grayscale: #CDCDCD. Windows color (decimal): -3551782 or 14339529. OLE color: 14339529.

HSL color Cylindrical-coordinate representation of color #C9CDDA: hue angle of 225.88º degrees, saturation: 0.19, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C9CDDA is Cyan = 0.08, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 201 205 218 -
CMYK 0.08 0.06 0 0.15
HSL 225.88º 0.19% 0.82% -
HSV(B) 225.88º 0.08% 0.85% -
XYZ 58.57 61.14 75.04 -
YUV 205.29 135.17 124.94 -
System Red Green Blue C M Y K H S L
Decimal 201 205 218 0.08 0.06 0 0.15 225.88 0.19 0.82
Hex C9 CD DA 8 6 0 F E2 13 52
Octal 311 315 332 10 6 0 17 342 23 122
Binary 11001001 11001101 11011010 1000 110 0 1111 11100010 10011 1010010

Color Harmonies of #C9CDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9CDDA

Black with #C9CDDA

Text Example


Text Example

White with #C9CDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9CDDA; }

 p { color: rgb(201,205,218); }

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

background-color css

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

 a { background-color: rgb(201,205,218); }

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

border-color css

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

 span { border-color: rgb(201,205,218); }

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