Html Css Color HEX #C4CAEA Periwinkle

📋 copy color: '#C4CAEA'

red 196 ◦ green 202 ◦ blue 234

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

Shades of Periwinkle #C4CAEA

Tints of Periwinkle #C4CAEA

RGB

 RED value IS 196 (76.95% from 255) = 31.01%

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

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

R = 31.01%
G = 31.96%
B = 37.03%

CMYK

 C value IS 0.16

 M value IS 0.14

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C4CAEA (or 0xC4CAEA) is known color: Periwinkle. HEX triplet: C4, CA and EA. RGB value is (196,202,234). Sum of RGB (Red+Green+Blue) = 196+202+234=632 (83% of max value = 765). Red value is 196 (76.95% from 255 or 31.01% from 632); Green value is 202 (79.30% from 255 or 31.96% from 632); Blue value is 234 (91.80% from 255 or 37.03% from 632); Max value from RGB is 234 - color contains mainly: blue. Hex color #C4CAEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4CAEA is #3B3515. Grayscale: #CBCBCB. Windows color (decimal): -3880214 or 15387332. OLE color: 15387332.

HSL color Cylindrical-coordinate representation of color #C4CAEA: hue angle of 230.53º degrees, saturation: 0.47, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C4CAEA is Cyan = 0.16, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 196 202 234 -
CMYK 0.16 0.14 0 0.08
HSL 230.53º 0.48% 0.84% -
HSV(B) 230.53º 0.16% 0.92% -
XYZ 58.74 59.92 86.31 -
YUV 203.85 145.01 122.4 -
System Red Green Blue C M Y K H S L
Decimal 196 202 234 0.16 0.14 0 0.08 230.53 0.48 0.84
Hex C4 CA EA 10 E 0 8 E7 30 54
Octal 304 312 352 20 16 0 10 347 60 124
Binary 11000100 11001010 11101010 10000 1110 0 1000 11100111 110000 1010100

Color Harmonies of #C4CAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4CAEA

Black with #C4CAEA

Text Example


Text Example

White with #C4CAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4CAEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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