Html Css Color HEX #C5CAE5 Periwinkle

📋 copy color: '#C5CAE5'

red 197 ◦ green 202 ◦ blue 229

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

Shades of Periwinkle #C5CAE5

Tints of Periwinkle #C5CAE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 36.46%

R = 31.37%
G = 32.17%
B = 36.46%

CMYK

 C value IS 0.14

 M value IS 0.12

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#C5CAE5 (or 0xC5CAE5) is known color: Periwinkle. HEX triplet: C5, CA and E5. RGB value is (197,202,229). Sum of RGB (Red+Green+Blue) = 197+202+229=628 (83% of max value = 765). Red value is 197 (77.34% from 255 or 31.37% from 628); Green value is 202 (79.30% from 255 or 32.17% from 628); Blue value is 229 (89.84% from 255 or 36.46% from 628); Max value from RGB is 229 - color contains mainly: blue. Hex color #C5CAE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5CAE5 is #3A351A. Grayscale: #CBCBCB. Windows color (decimal): -3814683 or 15059653. OLE color: 15059653.

HSL color Cylindrical-coordinate representation of color #C5CAE5: hue angle of 230.62º degrees, saturation: 0.38, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C5CAE5 is Cyan = 0.14, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 197 202 229 -
CMYK 0.14 0.12 0 0.10
HSL 230.63º 0.38% 0.84% -
HSV(B) 230.63º 0.14% 0.9% -
XYZ 58.29 59.77 82.59 -
YUV 203.58 142.34 123.3 -
System Red Green Blue C M Y K H S L
Decimal 197 202 229 0.14 0.12 0 0.10 230.63 0.38 0.84
Hex C5 CA E5 E C 0 A E7 26 54
Octal 305 312 345 16 14 0 12 347 46 124
Binary 11000101 11001010 11100101 1110 1100 0 1010 11100111 100110 1010100

Color Harmonies of #C5CAE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5CAE5

Black with #C5CAE5

Text Example


Text Example

White with #C5CAE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5CAE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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