Html Css Color HEX #C0CEFC Periwinkle

📋 copy color: '#C0CEFC'

red 192 ◦ green 206 ◦ blue 252

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

Shades of Periwinkle #C0CEFC

Tints of Periwinkle #C0CEFC

RGB

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

 GREEN value IS 206 (80.86% from 255) = 31.69%

 BLUE value IS 252 (98.83% from 255) = 38.77%

R = 29.54%
G = 31.69%
B = 38.77%

CMYK

 C value IS 0.24

 M value IS 0.18

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C0CEFC (or 0xC0CEFC) is known color: Periwinkle. HEX triplet: C0, CE and FC. RGB value is (192,206,252). Sum of RGB (Red+Green+Blue) = 192+206+252=650 (86% of max value = 765). Red value is 192 (75.39% from 255 or 29.54% from 650); Green value is 206 (80.86% from 255 or 31.69% from 650); Blue value is 252 (98.83% from 255 or 38.77% from 650); Max value from RGB is 252 - color contains mainly: blue. Hex color #C0CEFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0CEFC is #3F3103. Grayscale: #CECECE. Windows color (decimal): -4141316 or 16568000. OLE color: 16568000.

HSL color Cylindrical-coordinate representation of color #C0CEFC: hue angle of 226º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C0CEFC is Cyan = 0.24, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 192 206 252 -
CMYK 0.24 0.18 0 0.01
HSL 226º 0.91% 0.87% -
HSV(B) 226º 0.24% 0.99% -
XYZ 61.38 62.38 100.9 -
YUV 207.06 153.36 117.26 -
System Red Green Blue C M Y K H S L
Decimal 192 206 252 0.24 0.18 0 0.01 226 0.91 0.87
Hex C0 CE FC 18 12 0 1 E2 5B 57
Octal 300 316 374 30 22 0 1 342 133 127
Binary 11000000 11001110 11111100 11000 10010 0 1 11100010 1011011 1010111

Color Harmonies of #C0CEFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0CEFC

Black with #C0CEFC

Text Example


Text Example

White with #C0CEFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0CEFC; }

 p { color: rgb(192,206,252); }

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

background-color css

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

 a { background-color: rgb(192,206,252); }

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

border-color css

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

 span { border-color: rgb(192,206,252); }

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