Html Css Color HEX #C0C8EB Periwinkle

📋 copy color: '#C0C8EB'

red 192 ◦ green 200 ◦ blue 235

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

Shades of Periwinkle #C0C8EB

Tints of Periwinkle #C0C8EB

RGB

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

 GREEN value IS 200 (78.52% from 255) = 31.9%

 BLUE value IS 235 (92.19% from 255) = 37.48%

R = 30.62%
G = 31.9%
B = 37.48%

CMYK

 C value IS 0.18

 M value IS 0.15

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C0C8EB (or 0xC0C8EB) is known color: Periwinkle. HEX triplet: C0, C8 and EB. RGB value is (192,200,235). Sum of RGB (Red+Green+Blue) = 192+200+235=627 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.62% from 627); Green value is 200 (78.52% from 255 or 31.90% from 627); Blue value is 235 (92.19% from 255 or 37.48% from 627); Max value from RGB is 235 - color contains mainly: blue. Hex color #C0C8EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0C8EB is #3F3714. Grayscale: #C9C9C9. Windows color (decimal): -4142869 or 15452352. OLE color: 15452352.

HSL color Cylindrical-coordinate representation of color #C0C8EB: hue angle of 228.84º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C0C8EB is Cyan = 0.18, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 192 200 235 -
CMYK 0.18 0.15 0 0.08
HSL 228.84º 0.52% 0.84% -
HSV(B) 228.84º 0.18% 0.92% -
XYZ 57.39 58.51 86.87 -
YUV 201.6 146.85 121.15 -
System Red Green Blue C M Y K H S L
Decimal 192 200 235 0.18 0.15 0 0.08 228.84 0.52 0.84
Hex C0 C8 EB 12 F 0 8 E5 34 54
Octal 300 310 353 22 17 0 10 345 64 124
Binary 11000000 11001000 11101011 10010 1111 0 1000 11100101 110100 1010100

Color Harmonies of #C0C8EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C8EB

Black with #C0C8EB

Text Example


Text Example

White with #C0C8EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C8EB; }

 p { color: rgb(192,200,235); }

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

background-color css

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

 a { background-color: rgb(192,200,235); }

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

border-color css

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

 span { border-color: rgb(192,200,235); }

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