Html Css Color HEX #C0D8DD Powder Blue

📋 copy color: '#C0D8DD'

red 192 ◦ green 216 ◦ blue 221

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

Shades of Powder Blue #C0D8DD

Tints of Powder Blue #C0D8DD

RGB

 RED value IS 192 (75.39% from 255) = 30.52%

 GREEN value IS 216 (84.77% from 255) = 34.34%

 BLUE value IS 221 (86.72% from 255) = 35.14%

R = 30.52%
G = 34.34%
B = 35.14%

CMYK

 C value IS 0.13

 M value IS 0.02

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C0D8DD (or 0xC0D8DD) is known color: Powder Blue. HEX triplet: C0, D8 and DD. RGB value is (192,216,221). Sum of RGB (Red+Green+Blue) = 192+216+221=629 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.52% from 629); Green value is 216 (84.77% from 255 or 34.34% from 629); Blue value is 221 (86.72% from 255 or 35.14% from 629); Max value from RGB is 221 - color contains mainly: blue. Hex color #C0D8DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0D8DD is #3F2722. Grayscale: #D1D1D1. Windows color (decimal): -4138787 or 14538944. OLE color: 14538944.

HSL color Cylindrical-coordinate representation of color #C0D8DD: hue angle of 190.34º degrees, saturation: 0.3, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C0D8DD is Cyan = 0.13, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 192 216 221 -
CMYK 0.13 0.02 0 0.13
HSL 190.34º 0.3% 0.81% -
HSV(B) 190.34º 0.13% 0.87% -
XYZ 59.35 65.54 77.93 -
YUV 209.39 134.55 115.59 -
System Red Green Blue C M Y K H S L
Decimal 192 216 221 0.13 0.02 0 0.13 190.34 0.3 0.81
Hex C0 D8 DD D 2 0 D BE 1E 51
Octal 300 330 335 15 2 0 15 276 36 121
Binary 11000000 11011000 11011101 1101 10 0 1101 10111110 11110 1010001

Color Harmonies of #C0D8DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0D8DD

Black with #C0D8DD

Text Example


Text Example

White with #C0D8DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0D8DD; }

 p { color: rgb(192,216,221); }

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

background-color css

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

 a { background-color: rgb(192,216,221); }

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

border-color css

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

 span { border-color: rgb(192,216,221); }

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