Html Css Color HEX #C5CAE4 Periwinkle

📋 copy color: '#C5CAE4'

red 197 ◦ green 202 ◦ blue 228

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

Shades of Periwinkle #C5CAE4

Tints of Periwinkle #C5CAE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 36.36%

R = 31.42%
G = 32.22%
B = 36.36%

CMYK

 C value IS 0.14

 M value IS 0.11

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C5CAE4 (or 0xC5CAE4) is known color: Periwinkle. HEX triplet: C5, CA and E4. RGB value is (197,202,228). Sum of RGB (Red+Green+Blue) = 197+202+228=627 (83% of max value = 765). Red value is 197 (77.34% from 255 or 31.42% from 627); Green value is 202 (79.30% from 255 or 32.22% from 627); Blue value is 228 (89.45% from 255 or 36.36% from 627); Max value from RGB is 228 - color contains mainly: blue. Hex color #C5CAE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5CAE4 is #3A351B. Grayscale: #CBCBCB. Windows color (decimal): -3814684 or 14994117. OLE color: 14994117.

HSL color Cylindrical-coordinate representation of color #C5CAE4: hue angle of 230.32º degrees, saturation: 0.36, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C5CAE4 is Cyan = 0.14, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 197 202 228 -
CMYK 0.14 0.11 0 0.11
HSL 230.32º 0.36% 0.83% -
HSV(B) 230.32º 0.14% 0.89% -
XYZ 58.15 59.71 81.86 -
YUV 203.47 141.84 123.39 -
System Red Green Blue C M Y K H S L
Decimal 197 202 228 0.14 0.11 0 0.11 230.32 0.36 0.83
Hex C5 CA E4 E B 0 B E6 24 53
Octal 305 312 344 16 13 0 13 346 44 123
Binary 11000101 11001010 11100100 1110 1011 0 1011 11100110 100100 1010011

Color Harmonies of #C5CAE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5CAE4

Black with #C5CAE4

Text Example


Text Example

White with #C5CAE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5CAE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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