Html Css Color HEX #C0CBE3 Periwinkle

📋 copy color: '#C0CBE3'

red 192 ◦ green 203 ◦ blue 227

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

Shades of Periwinkle #C0CBE3

Tints of Periwinkle #C0CBE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 36.5%

R = 30.87%
G = 32.64%
B = 36.5%

CMYK

 C value IS 0.15

 M value IS 0.11

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C0CBE3 (or 0xC0CBE3) is known color: Periwinkle. HEX triplet: C0, CB and E3. RGB value is (192,203,227). Sum of RGB (Red+Green+Blue) = 192+203+227=622 (82% of max value = 765). Red value is 192 (75.39% from 255 or 30.87% from 622); Green value is 203 (79.69% from 255 or 32.64% from 622); Blue value is 227 (89.06% from 255 or 36.50% from 622); Max value from RGB is 227 - color contains mainly: blue. Hex color #C0CBE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CBE3 is #3F341C. Grayscale: #CACACA. Windows color (decimal): -4142109 or 14928832. OLE color: 14928832.

HSL color Cylindrical-coordinate representation of color #C0CBE3: hue angle of 221.14º degrees, saturation: 0.38, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C0CBE3 is Cyan = 0.15, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 192 203 227 -
CMYK 0.15 0.11 0 0.11
HSL 221.14º 0.38% 0.82% -
HSV(B) 221.14º 0.15% 0.89% -
XYZ 56.96 59.46 81.15 -
YUV 202.45 141.86 120.55 -
System Red Green Blue C M Y K H S L
Decimal 192 203 227 0.15 0.11 0 0.11 221.14 0.38 0.82
Hex C0 CB E3 F B 0 B DD 26 52
Octal 300 313 343 17 13 0 13 335 46 122
Binary 11000000 11001011 11100011 1111 1011 0 1011 11011101 100110 1010010

Color Harmonies of #C0CBE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0CBE3

Black with #C0CBE3

Text Example


Text Example

White with #C0CBE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0CBE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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