Html Css Color HEX #C0CCE1 Periwinkle

📋 copy color: '#C0CCE1'

red 192 ◦ green 204 ◦ blue 225

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

Shades of Periwinkle #C0CCE1

Tints of Periwinkle #C0CCE1

RGB

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

 GREEN value IS 204 (80.08% from 255) = 32.85%

 BLUE value IS 225 (88.28% from 255) = 36.23%

R = 30.92%
G = 32.85%
B = 36.23%

CMYK

 C value IS 0.15

 M value IS 0.09

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C0CCE1 (or 0xC0CCE1) is known color: Periwinkle. HEX triplet: C0, CC and E1. RGB value is (192,204,225). Sum of RGB (Red+Green+Blue) = 192+204+225=621 (82% of max value = 765). Red value is 192 (75.39% from 255 or 30.92% from 621); Green value is 204 (80.08% from 255 or 32.85% from 621); Blue value is 225 (88.28% from 255 or 36.23% from 621); Max value from RGB is 225 - color contains mainly: blue. Hex color #C0CCE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CCE1 is #3F331E. Grayscale: #CACACA. Windows color (decimal): -4141855 or 14798016. OLE color: 14798016.

HSL color Cylindrical-coordinate representation of color #C0CCE1: hue angle of 218.18º degrees, saturation: 0.35, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C0CCE1 is Cyan = 0.15, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 192 204 225 -
CMYK 0.15 0.09 0 0.12
HSL 218.18º 0.35% 0.82% -
HSV(B) 218.18º 0.15% 0.88% -
XYZ 56.92 59.83 79.78 -
YUV 202.81 140.52 120.29 -
System Red Green Blue C M Y K H S L
Decimal 192 204 225 0.15 0.09 0 0.12 218.18 0.35 0.82
Hex C0 CC E1 F 9 0 C DA 23 52
Octal 300 314 341 17 11 0 14 332 43 122
Binary 11000000 11001100 11100001 1111 1001 0 1100 11011010 100011 1010010

Color Harmonies of #C0CCE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0CCE1

Black with #C0CCE1

Text Example


Text Example

White with #C0CCE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0CCE1; }

 p { color: rgb(192,204,225); }

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

background-color css

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

 a { background-color: rgb(192,204,225); }

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

border-color css

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

 span { border-color: rgb(192,204,225); }

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