Html Css Color HEX #C3CBEA Periwinkle

📋 copy color: '#C3CBEA'

red 195 ◦ green 203 ◦ blue 234

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

Shades of Periwinkle #C3CBEA

Tints of Periwinkle #C3CBEA

RGB

 RED value IS 195 (76.56% from 255) = 30.85%

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

 BLUE value IS 234 (91.8% from 255) = 37.03%

R = 30.85%
G = 32.12%
B = 37.03%

CMYK

 C value IS 0.17

 M value IS 0.13

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C3CBEA (or 0xC3CBEA) is known color: Periwinkle. HEX triplet: C3, CB and EA. RGB value is (195,203,234). Sum of RGB (Red+Green+Blue) = 195+203+234=632 (83% of max value = 765). Red value is 195 (76.56% from 255 or 30.85% from 632); Green value is 203 (79.69% from 255 or 32.12% from 632); Blue value is 234 (91.80% from 255 or 37.03% from 632); Max value from RGB is 234 - color contains mainly: blue. Hex color #C3CBEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3CBEA is #3C3415. Grayscale: #CCCCCC. Windows color (decimal): -3945494 or 15387587. OLE color: 15387587.

HSL color Cylindrical-coordinate representation of color #C3CBEA: hue angle of 227.69º degrees, saturation: 0.48, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C3CBEA is Cyan = 0.17, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 195 203 234 -
CMYK 0.17 0.13 0 0.08
HSL 227.69º 0.48% 0.84% -
HSV(B) 227.69º 0.17% 0.92% -
XYZ 58.71 60.25 86.38 -
YUV 204.14 144.85 121.48 -
System Red Green Blue C M Y K H S L
Decimal 195 203 234 0.17 0.13 0 0.08 227.69 0.48 0.84
Hex C3 CB EA 11 D 0 8 E4 30 54
Octal 303 313 352 21 15 0 10 344 60 124
Binary 11000011 11001011 11101010 10001 1101 0 1000 11100100 110000 1010100

Color Harmonies of #C3CBEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3CBEA

Black with #C3CBEA

Text Example


Text Example

White with #C3CBEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3CBEA; }

 p { color: rgb(195,203,234); }

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

background-color css

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

 a { background-color: rgb(195,203,234); }

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

border-color css

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

 span { border-color: rgb(195,203,234); }

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