Html Css Color HEX #C0C5DD Periwinkle

📋 copy color: '#C0C5DD'

red 192 ◦ green 197 ◦ blue 221

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

Shades of Periwinkle #C0C5DD

Tints of Periwinkle #C0C5DD

RGB

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

 GREEN value IS 197 (77.34% from 255) = 32.3%

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

R = 31.48%
G = 32.3%
B = 36.23%

CMYK

 C value IS 0.13

 M value IS 0.11

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C0C5DD (or 0xC0C5DD) is known color: Periwinkle. HEX triplet: C0, C5 and DD. RGB value is (192,197,221). Sum of RGB (Red+Green+Blue) = 192+197+221=610 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.48% from 610); Green value is 197 (77.34% from 255 or 32.30% from 610); Blue value is 221 (86.72% from 255 or 36.23% from 610); Max value from RGB is 221 - color contains mainly: blue. Hex color #C0C5DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0C5DD is #3F3A22. Grayscale: #C6C6C6. Windows color (decimal): -4143651 or 14534080. OLE color: 14534080.

HSL color Cylindrical-coordinate representation of color #C0C5DD: hue angle of 229.66º 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 #C0C5DD is Cyan = 0.13, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 192 197 221 -
CMYK 0.13 0.11 0 0.13
HSL 229.66º 0.3% 0.81% -
HSV(B) 229.66º 0.13% 0.87% -
XYZ 54.76 56.36 76.4 -
YUV 198.24 140.84 123.55 -
System Red Green Blue C M Y K H S L
Decimal 192 197 221 0.13 0.11 0 0.13 229.66 0.3 0.81
Hex C0 C5 DD D B 0 D E6 1E 51
Octal 300 305 335 15 13 0 15 346 36 121
Binary 11000000 11000101 11011101 1101 1011 0 1101 11100110 11110 1010001

Color Harmonies of #C0C5DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C5DD

Black with #C0C5DD

Text Example


Text Example

White with #C0C5DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C5DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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