Html Css Color HEX #C3CAEA Periwinkle

📋 copy color: '#C3CAEA'

red 195 ◦ green 202 ◦ blue 234

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

Shades of Periwinkle #C3CAEA

Tints of Periwinkle #C3CAEA

RGB

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

 GREEN value IS 202 (79.3% from 255) = 32.01%

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

R = 30.9%
G = 32.01%
B = 37.08%

CMYK

 C value IS 0.17

 M value IS 0.14

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C3CAEA (or 0xC3CAEA) is known color: Periwinkle. HEX triplet: C3, CA and EA. RGB value is (195,202,234). Sum of RGB (Red+Green+Blue) = 195+202+234=631 (83% of max value = 765). Red value is 195 (76.56% from 255 or 30.90% from 631); Green value is 202 (79.30% from 255 or 32.01% from 631); Blue value is 234 (91.80% from 255 or 37.08% from 631); Max value from RGB is 234 - color contains mainly: blue. Hex color #C3CAEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3CAEA is #3C3515. Grayscale: #CBCBCB. Windows color (decimal): -3945750 or 15387331. OLE color: 15387331.

HSL color Cylindrical-coordinate representation of color #C3CAEA: hue angle of 229.23º 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 #C3CAEA is Cyan = 0.17, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 195 202 234 -
CMYK 0.17 0.14 0 0.08
HSL 229.23º 0.48% 0.84% -
HSV(B) 229.23º 0.17% 0.92% -
XYZ 58.48 59.78 86.3 -
YUV 203.56 145.18 121.9 -
System Red Green Blue C M Y K H S L
Decimal 195 202 234 0.17 0.14 0 0.08 229.23 0.48 0.84
Hex C3 CA EA 11 E 0 8 E5 30 54
Octal 303 312 352 21 16 0 10 345 60 124
Binary 11000011 11001010 11101010 10001 1110 0 1000 11100101 110000 1010100

Color Harmonies of #C3CAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3CAEA

Black with #C3CAEA

Text Example


Text Example

White with #C3CAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3CAEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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