Html Css Color HEX #C4CFF2 Periwinkle

📋 copy color: '#C4CFF2'

red 196 ◦ green 207 ◦ blue 242

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

Shades of Periwinkle #C4CFF2

Tints of Periwinkle #C4CFF2

RGB

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

 GREEN value IS 207 (81.25% from 255) = 32.09%

 BLUE value IS 242 (94.92% from 255) = 37.52%

R = 30.39%
G = 32.09%
B = 37.52%

CMYK

 C value IS 0.19

 M value IS 0.14

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C4CFF2 (or 0xC4CFF2) is known color: Periwinkle. HEX triplet: C4, CF and F2. RGB value is (196,207,242). Sum of RGB (Red+Green+Blue) = 196+207+242=645 (85% of max value = 765). Red value is 196 (76.95% from 255 or 30.39% from 645); Green value is 207 (81.25% from 255 or 32.09% from 645); Blue value is 242 (94.92% from 255 or 37.52% from 645); Max value from RGB is 242 - color contains mainly: blue. Hex color #C4CFF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4CFF2 is #3B300D. Grayscale: #CFCFCF. Windows color (decimal): -3878926 or 15912900. OLE color: 15912900.

HSL color Cylindrical-coordinate representation of color #C4CFF2: hue angle of 225.65º degrees, saturation: 0.64, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C4CFF2 is Cyan = 0.19, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 196 207 242 -
CMYK 0.19 0.14 0 0.05
HSL 225.65º 0.64% 0.86% -
HSV(B) 225.65º 0.19% 0.95% -
XYZ 61.1 62.77 92.9 -
YUV 207.7 147.36 119.65 -
System Red Green Blue C M Y K H S L
Decimal 196 207 242 0.19 0.14 0 0.05 225.65 0.64 0.86
Hex C4 CF F2 13 E 0 5 E2 40 56
Octal 304 317 362 23 16 0 5 342 100 126
Binary 11000100 11001111 11110010 10011 1110 0 101 11100010 1000000 1010110

Color Harmonies of #C4CFF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4CFF2

Black with #C4CFF2

Text Example


Text Example

White with #C4CFF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4CFF2; }

 p { color: rgb(196,207,242); }

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

background-color css

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

 a { background-color: rgb(196,207,242); }

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

border-color css

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

 span { border-color: rgb(196,207,242); }

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