Html Css Color HEX #C0CBF3 Periwinkle

📋 copy color: '#C0CBF3'

red 192 ◦ green 203 ◦ blue 243

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

Shades of Periwinkle #C0CBF3

Tints of Periwinkle #C0CBF3

RGB

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

 GREEN value IS 203 (79.69% from 255) = 31.82%

 BLUE value IS 243 (95.31% from 255) = 38.09%

R = 30.09%
G = 31.82%
B = 38.09%

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

#C0CBF3 (or 0xC0CBF3) is known color: Periwinkle. HEX triplet: C0, CB and F3. RGB value is (192,203,243). Sum of RGB (Red+Green+Blue) = 192+203+243=638 (84% of max value = 765). Red value is 192 (75.39% from 255 or 30.09% from 638); Green value is 203 (79.69% from 255 or 31.82% from 638); Blue value is 243 (95.31% from 255 or 38.09% from 638); Max value from RGB is 243 - color contains mainly: blue. Hex color #C0CBF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0CBF3 is #3F340C. Grayscale: #CCCCCC. Windows color (decimal): -4142093 or 15977408. OLE color: 15977408.

HSL color Cylindrical-coordinate representation of color #C0CBF3: hue angle of 227.06º degrees, saturation: 0.68, 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 #C0CBF3 is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 192 203 243 -
CMYK 0.21 0.16 0 0.05
HSL 227.06º 0.68% 0.85% -
HSV(B) 227.06º 0.21% 0.95% -
XYZ 59.27 60.39 93.33 -
YUV 204.27 149.86 119.25 -
System Red Green Blue C M Y K H S L
Decimal 192 203 243 0.21 0.16 0 0.05 227.06 0.68 0.85
Hex C0 CB F3 15 10 0 5 E3 44 55
Octal 300 313 363 25 20 0 5 343 104 125
Binary 11000000 11001011 11110011 10101 10000 0 101 11100011 1000100 1010101

Color Harmonies of #C0CBF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0CBF3

Black with #C0CBF3

Text Example


Text Example

White with #C0CBF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0CBF3; }

 p { color: rgb(192,203,243); }

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

background-color css

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

 a { background-color: rgb(192,203,243); }

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

border-color css

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

 span { border-color: rgb(192,203,243); }

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