Html Css Color HEX #C4D4DC Light Blue

📋 copy color: '#C4D4DC'

red 196 ◦ green 212 ◦ blue 220

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

Shades of Light Blue #C4D4DC

Tints of Light Blue #C4D4DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 35.03%

R = 31.21%
G = 33.76%
B = 35.03%

CMYK

 C value IS 0.11

 M value IS 0.04

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C4D4DC (or 0xC4D4DC) is known color: Light Blue. HEX triplet: C4, D4 and DC. RGB value is (196,212,220). Sum of RGB (Red+Green+Blue) = 196+212+220=628 (83% of max value = 765). Red value is 196 (76.95% from 255 or 31.21% from 628); Green value is 212 (83.20% from 255 or 33.76% from 628); Blue value is 220 (86.33% from 255 or 35.03% from 628); Max value from RGB is 220 - color contains mainly: blue. Hex color #C4D4DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4D4DC is #3B2B23. Grayscale: #D0D0D0. Windows color (decimal): -3877668 or 14472388. OLE color: 14472388.

HSL color Cylindrical-coordinate representation of color #C4D4DC: hue angle of 200º degrees, saturation: 0.26, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C4D4DC is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 196 212 220 -
CMYK 0.11 0.04 0 0.14
HSL 200º 0.26% 0.82% -
HSV(B) 200º 0.11% 0.86% -
XYZ 59.23 63.99 76.94 -
YUV 208.13 134.7 119.35 -
System Red Green Blue C M Y K H S L
Decimal 196 212 220 0.11 0.04 0 0.14 200 0.26 0.82
Hex C4 D4 DC B 4 0 E C8 1A 52
Octal 304 324 334 13 4 0 16 310 32 122
Binary 11000100 11010100 11011100 1011 100 0 1110 11001000 11010 1010010

Color Harmonies of #C4D4DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4D4DC

Black with #C4D4DC

Text Example


Text Example

White with #C4D4DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4D4DC; }

 p { color: rgb(196,212,220); }

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

background-color css

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

 a { background-color: rgb(196,212,220); }

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

border-color css

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

 span { border-color: rgb(196,212,220); }

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