Html Css Color HEX #C1CBE0 Periwinkle

📋 copy color: '#C1CBE0'

red 193 ◦ green 203 ◦ blue 224

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

Shades of Periwinkle #C1CBE0

Tints of Periwinkle #C1CBE0

RGB

 RED value IS 193 (75.78% from 255) = 31.13%

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

 BLUE value IS 224 (87.89% from 255) = 36.13%

R = 31.13%
G = 32.74%
B = 36.13%

CMYK

 C value IS 0.14

 M value IS 0.09

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C1CBE0 (or 0xC1CBE0) is known color: Periwinkle. HEX triplet: C1, CB and E0. RGB value is (193,203,224). Sum of RGB (Red+Green+Blue) = 193+203+224=620 (82% of max value = 765). Red value is 193 (75.78% from 255 or 31.13% from 620); Green value is 203 (79.69% from 255 or 32.74% from 620); Blue value is 224 (87.89% from 255 or 36.13% from 620); Max value from RGB is 224 - color contains mainly: blue. Hex color #C1CBE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1CBE0 is #3E341F. Grayscale: #CACACA. Windows color (decimal): -4076576 or 14732225. OLE color: 14732225.

HSL color Cylindrical-coordinate representation of color #C1CBE0: hue angle of 220.65º degrees, saturation: 0.33, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C1CBE0 is Cyan = 0.14, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 193 203 224 -
CMYK 0.14 0.09 0 0.12
HSL 220.65º 0.33% 0.82% -
HSV(B) 220.65º 0.14% 0.88% -
XYZ 56.8 59.43 79 -
YUV 202.4 140.19 121.29 -
System Red Green Blue C M Y K H S L
Decimal 193 203 224 0.14 0.09 0 0.12 220.65 0.33 0.82
Hex C1 CB E0 E 9 0 C DD 21 52
Octal 301 313 340 16 11 0 14 335 41 122
Binary 11000001 11001011 11100000 1110 1001 0 1100 11011101 100001 1010010

Color Harmonies of #C1CBE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1CBE0

Black with #C1CBE0

Text Example


Text Example

White with #C1CBE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1CBE0; }

 p { color: rgb(193,203,224); }

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

background-color css

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

 a { background-color: rgb(193,203,224); }

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

border-color css

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

 span { border-color: rgb(193,203,224); }

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