Html Css Color HEX #C3CAE0 Periwinkle

📋 copy color: '#C3CAE0'

red 195 ◦ green 202 ◦ blue 224

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

Shades of Periwinkle #C3CAE0

Tints of Periwinkle #C3CAE0

RGB

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

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

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

R = 31.4%
G = 32.53%
B = 36.07%

CMYK

 C value IS 0.13

 M value IS 0.10

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C3CAE0 (or 0xC3CAE0) is known color: Periwinkle. HEX triplet: C3, CA and E0. RGB value is (195,202,224). Sum of RGB (Red+Green+Blue) = 195+202+224=621 (82% of max value = 765). Red value is 195 (76.56% from 255 or 31.40% from 621); Green value is 202 (79.30% from 255 or 32.53% from 621); Blue value is 224 (87.89% from 255 or 36.07% from 621); Max value from RGB is 224 - color contains mainly: blue. Hex color #C3CAE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3CAE0 is #3C351F. Grayscale: #CACACA. Windows color (decimal): -3945760 or 14731971. OLE color: 14731971.

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

Color convert

RGB 195 202 224 -
CMYK 0.13 0.10 0 0.12
HSL 225.52º 0.32% 0.82% -
HSV(B) 225.52º 0.13% 0.88% -
XYZ 57.08 59.22 78.94 -
YUV 202.42 140.18 122.71 -
System Red Green Blue C M Y K H S L
Decimal 195 202 224 0.13 0.10 0 0.12 225.52 0.32 0.82
Hex C3 CA E0 D A 0 C E2 20 52
Octal 303 312 340 15 12 0 14 342 40 122
Binary 11000011 11001010 11100000 1101 1010 0 1100 11100010 100000 1010010

Color Harmonies of #C3CAE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3CAE0

Black with #C3CAE0

Text Example


Text Example

White with #C3CAE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3CAE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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