Html Css Color HEX #C0CCE8 Periwinkle

📋 copy color: '#C0CCE8'

red 192 ◦ green 204 ◦ blue 232

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

Shades of Periwinkle #C0CCE8

Tints of Periwinkle #C0CCE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 36.94%

R = 30.57%
G = 32.48%
B = 36.94%

CMYK

 C value IS 0.17

 M value IS 0.12

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C0CCE8 (or 0xC0CCE8) is known color: Periwinkle. HEX triplet: C0, CC and E8. RGB value is (192,204,232). Sum of RGB (Red+Green+Blue) = 192+204+232=628 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.57% from 628); Green value is 204 (80.08% from 255 or 32.48% from 628); Blue value is 232 (91.02% from 255 or 36.94% from 628); Max value from RGB is 232 - color contains mainly: blue. Hex color #C0CCE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0CCE8 is #3F3317. Grayscale: #CBCBCB. Windows color (decimal): -4141848 or 15256768. OLE color: 15256768.

HSL color Cylindrical-coordinate representation of color #C0CCE8: hue angle of 222º degrees, saturation: 0.47, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C0CCE8 is Cyan = 0.17, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 192 204 232 -
CMYK 0.17 0.12 0 0.09
HSL 222º 0.47% 0.83% -
HSV(B) 222º 0.17% 0.91% -
XYZ 57.9 60.22 84.92 -
YUV 203.6 144.02 119.72 -
System Red Green Blue C M Y K H S L
Decimal 192 204 232 0.17 0.12 0 0.09 222 0.47 0.83
Hex C0 CC E8 11 C 0 9 DE 2F 53
Octal 300 314 350 21 14 0 11 336 57 123
Binary 11000000 11001100 11101000 10001 1100 0 1001 11011110 101111 1010011

Color Harmonies of #C0CCE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0CCE8

Black with #C0CCE8

Text Example


Text Example

White with #C0CCE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0CCE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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