Html Css Color HEX #C0CCF5 Periwinkle

📋 copy color: '#C0CCF5'

red 192 ◦ green 204 ◦ blue 245

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

Shades of Periwinkle #C0CCF5

Tints of Periwinkle #C0CCF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 38.22%

R = 29.95%
G = 31.83%
B = 38.22%

CMYK

 C value IS 0.22

 M value IS 0.17

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#C0CCF5 (or 0xC0CCF5) is known color: Periwinkle. HEX triplet: C0, CC and F5. RGB value is (192,204,245). Sum of RGB (Red+Green+Blue) = 192+204+245=641 (84% of max value = 765). Red value is 192 (75.39% from 255 or 29.95% from 641); Green value is 204 (80.08% from 255 or 31.83% from 641); Blue value is 245 (96.09% from 255 or 38.22% from 641); Max value from RGB is 245 - color contains mainly: blue. Hex color #C0CCF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0CCF5 is #3F330A. Grayscale: #CCCCCC. Windows color (decimal): -4141835 or 16108736. OLE color: 16108736.

HSL color Cylindrical-coordinate representation of color #C0CCF5: hue angle of 226.42º degrees, saturation: 0.73, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C0CCF5 is Cyan = 0.22, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 192 204 245 -
CMYK 0.22 0.17 0 0.04
HSL 226.42º 0.73% 0.86% -
HSV(B) 226.42º 0.22% 0.96% -
XYZ 59.81 60.98 95 -
YUV 205.09 150.52 118.67 -
System Red Green Blue C M Y K H S L
Decimal 192 204 245 0.22 0.17 0 0.04 226.42 0.73 0.86
Hex C0 CC F5 16 11 0 4 E2 49 56
Octal 300 314 365 26 21 0 4 342 111 126
Binary 11000000 11001100 11110101 10110 10001 0 100 11100010 1001001 1010110

Color Harmonies of #C0CCF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0CCF5

Black with #C0CCF5

Text Example


Text Example

White with #C0CCF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0CCF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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