Html Css Color HEX #C0CCEC Periwinkle

📋 copy color: '#C0CCEC'

red 192 ◦ green 204 ◦ blue 236

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

Shades of Periwinkle #C0CCEC

Tints of Periwinkle #C0CCEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 37.34%

R = 30.38%
G = 32.28%
B = 37.34%

CMYK

 C value IS 0.19

 M value IS 0.14

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C0CCEC (or 0xC0CCEC) is known color: Periwinkle. HEX triplet: C0, CC and EC. RGB value is (192,204,236). Sum of RGB (Red+Green+Blue) = 192+204+236=632 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.38% from 632); Green value is 204 (80.08% from 255 or 32.28% from 632); Blue value is 236 (92.58% from 255 or 37.34% from 632); Max value from RGB is 236 - color contains mainly: blue. Hex color #C0CCEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0CCEC is #3F3313. Grayscale: #CBCBCB. Windows color (decimal): -4141844 or 15518912. OLE color: 15518912.

HSL color Cylindrical-coordinate representation of color #C0CCEC: hue angle of 223.64º degrees, saturation: 0.54, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C0CCEC is Cyan = 0.19, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 192 204 236 -
CMYK 0.19 0.14 0 0.07
HSL 223.64º 0.54% 0.84% -
HSV(B) 223.64º 0.19% 0.93% -
XYZ 58.47 60.45 87.94 -
YUV 204.06 146.02 119.4 -
System Red Green Blue C M Y K H S L
Decimal 192 204 236 0.19 0.14 0 0.07 223.64 0.54 0.84
Hex C0 CC EC 13 E 0 7 E0 36 54
Octal 300 314 354 23 16 0 7 340 66 124
Binary 11000000 11001100 11101100 10011 1110 0 111 11100000 110110 1010100

Color Harmonies of #C0CCEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0CCEC

Black with #C0CCEC

Text Example


Text Example

White with #C0CCEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0CCEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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