Html Css Color HEX #C0CCF2 Periwinkle

📋 copy color: '#C0CCF2'

red 192 ◦ green 204 ◦ blue 242

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

Shades of Periwinkle #C0CCF2

Tints of Periwinkle #C0CCF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 37.93%

R = 30.09%
G = 31.97%
B = 37.93%

CMYK

 C value IS 0.21

 M value IS 0.16

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C0CCF2 (or 0xC0CCF2) is known color: Periwinkle. HEX triplet: C0, CC and F2. RGB value is (192,204,242). Sum of RGB (Red+Green+Blue) = 192+204+242=638 (84% of max value = 765). Red value is 192 (75.39% from 255 or 30.09% from 638); Green value is 204 (80.08% from 255 or 31.97% from 638); Blue value is 242 (94.92% from 255 or 37.93% from 638); Max value from RGB is 242 - color contains mainly: blue. Hex color #C0CCF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0CCF2 is #3F330D. Grayscale: #CCCCCC. Windows color (decimal): -4141838 or 15912128. OLE color: 15912128.

HSL color Cylindrical-coordinate representation of color #C0CCF2: hue angle of 225.6º degrees, saturation: 0.66, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C0CCF2 is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 192 204 242 -
CMYK 0.21 0.16 0 0.05
HSL 225.6º 0.66% 0.85% -
HSV(B) 225.6º 0.21% 0.95% -
XYZ 59.36 60.8 92.61 -
YUV 204.74 149.02 118.91 -
System Red Green Blue C M Y K H S L
Decimal 192 204 242 0.21 0.16 0 0.05 225.6 0.66 0.85
Hex C0 CC F2 15 10 0 5 E2 42 55
Octal 300 314 362 25 20 0 5 342 102 125
Binary 11000000 11001100 11110010 10101 10000 0 101 11100010 1000010 1010101

Color Harmonies of #C0CCF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0CCF2

Black with #C0CCF2

Text Example


Text Example

White with #C0CCF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0CCF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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