Html Css Color HEX #C4D0D7 Link Water

📋 copy color: '#C4D0D7'

red 196 ◦ green 208 ◦ blue 215

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

Shades of Link Water #C4D0D7

Tints of Link Water #C4D0D7

RGB

 RED value IS 196 (76.95% from 255) = 31.66%

 GREEN value IS 208 (81.64% from 255) = 33.6%

 BLUE value IS 215 (84.38% from 255) = 34.73%

R = 31.66%
G = 33.6%
B = 34.73%

CMYK

 C value IS 0.09

 M value IS 0.03

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C4D0D7 (or 0xC4D0D7) is known color: Link Water. HEX triplet: C4, D0 and D7. RGB value is (196,208,215). Sum of RGB (Red+Green+Blue) = 196+208+215=619 (81% of max value = 765). Red value is 196 (76.95% from 255 or 31.66% from 619); Green value is 208 (81.64% from 255 or 33.60% from 619); Blue value is 215 (84.38% from 255 or 34.73% from 619); Max value from RGB is 215 - color contains mainly: blue. Hex color #C4D0D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4D0D7 is #3B2F28. Grayscale: #CDCDCD. Windows color (decimal): -3878697 or 14143684. OLE color: 14143684.

HSL color Cylindrical-coordinate representation of color #C4D0D7: hue angle of 202.11º degrees, saturation: 0.19, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C4D0D7 is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 196 208 215 -
CMYK 0.09 0.03 0 0.16
HSL 202.11º 0.19% 0.81% -
HSV(B) 202.11º 0.09% 0.84% -
XYZ 57.59 61.75 73.17 -
YUV 205.21 133.52 121.43 -
System Red Green Blue C M Y K H S L
Decimal 196 208 215 0.09 0.03 0 0.16 202.11 0.19 0.81
Hex C4 D0 D7 9 3 0 10 CA 13 51
Octal 304 320 327 11 3 0 20 312 23 121
Binary 11000100 11010000 11010111 1001 11 0 10000 11001010 10011 1010001

Color Harmonies of #C4D0D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4D0D7

Black with #C4D0D7

Text Example


Text Example

White with #C4D0D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4D0D7; }

 p { color: rgb(196,208,215); }

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

background-color css

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

 a { background-color: rgb(196,208,215); }

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

border-color css

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

 span { border-color: rgb(196,208,215); }

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