Html Css Color HEX #C4CAEF Periwinkle

📋 copy color: '#C4CAEF'

red 196 ◦ green 202 ◦ blue 239

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

Shades of Periwinkle #C4CAEF

Tints of Periwinkle #C4CAEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 37.52%

R = 30.77%
G = 31.71%
B = 37.52%

CMYK

 C value IS 0.18

 M value IS 0.15

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C4CAEF (or 0xC4CAEF) is known color: Periwinkle. HEX triplet: C4, CA and EF. RGB value is (196,202,239). Sum of RGB (Red+Green+Blue) = 196+202+239=637 (84% of max value = 765). Red value is 196 (76.95% from 255 or 30.77% from 637); Green value is 202 (79.30% from 255 or 31.71% from 637); Blue value is 239 (93.75% from 255 or 37.52% from 637); Max value from RGB is 239 - color contains mainly: blue. Hex color #C4CAEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4CAEF is #3B3510. Grayscale: #CCCCCC. Windows color (decimal): -3880209 or 15715012. OLE color: 15715012.

HSL color Cylindrical-coordinate representation of color #C4CAEF: hue angle of 231.63º degrees, saturation: 0.57, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C4CAEF is Cyan = 0.18, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 196 202 239 -
CMYK 0.18 0.15 0 0.06
HSL 231.63º 0.57% 0.85% -
HSV(B) 231.63º 0.18% 0.94% -
XYZ 59.47 60.21 90.15 -
YUV 204.42 147.51 121.99 -
System Red Green Blue C M Y K H S L
Decimal 196 202 239 0.18 0.15 0 0.06 231.63 0.57 0.85
Hex C4 CA EF 12 F 0 6 E8 39 55
Octal 304 312 357 22 17 0 6 350 71 125
Binary 11000100 11001010 11101111 10010 1111 0 110 11101000 111001 1010101

Color Harmonies of #C4CAEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4CAEF

Black with #C4CAEF

Text Example


Text Example

White with #C4CAEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4CAEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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