Html Css Color HEX #C5CAE0 Periwinkle

📋 copy color: '#C5CAE0'

red 197 ◦ green 202 ◦ blue 224

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

Shades of Periwinkle #C5CAE0

Tints of Periwinkle #C5CAE0

RGB

 RED value IS 197 (77.34% from 255) = 31.62%

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

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

R = 31.62%
G = 32.42%
B = 35.96%

CMYK

 C value IS 0.12

 M value IS 0.10

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C5CAE0 (or 0xC5CAE0) is known color: Periwinkle. HEX triplet: C5, CA and E0. RGB value is (197,202,224). Sum of RGB (Red+Green+Blue) = 197+202+224=623 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.62% from 623); Green value is 202 (79.30% from 255 or 32.42% from 623); Blue value is 224 (87.89% from 255 or 35.96% from 623); Max value from RGB is 224 - color contains mainly: blue. Hex color #C5CAE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5CAE0 is #3A351F. Grayscale: #CACACA. Windows color (decimal): -3814688 or 14731973. OLE color: 14731973.

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

Color convert

RGB 197 202 224 -
CMYK 0.12 0.10 0 0.12
HSL 228.89º 0.3% 0.83% -
HSV(B) 228.89º 0.12% 0.88% -
XYZ 57.6 59.49 78.97 -
YUV 203.01 139.84 123.71 -
System Red Green Blue C M Y K H S L
Decimal 197 202 224 0.12 0.10 0 0.12 228.89 0.3 0.83
Hex C5 CA E0 C A 0 C E5 1E 53
Octal 305 312 340 14 12 0 14 345 36 123
Binary 11000101 11001010 11100000 1100 1010 0 1100 11100101 11110 1010011

Color Harmonies of #C5CAE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5CAE0

Black with #C5CAE0

Text Example


Text Example

White with #C5CAE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5CAE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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