Html Css Color HEX #C5CFF2 Periwinkle

📋 copy color: '#C5CFF2'

red 197 ◦ green 207 ◦ blue 242

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

Shades of Periwinkle #C5CFF2

Tints of Periwinkle #C5CFF2

RGB

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

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

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

R = 30.5%
G = 32.04%
B = 37.46%

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

#C5CFF2 (or 0xC5CFF2) is known color: Periwinkle. HEX triplet: C5, CF and F2. RGB value is (197,207,242). Sum of RGB (Red+Green+Blue) = 197+207+242=646 (85% of max value = 765). Red value is 197 (77.34% from 255 or 30.50% from 646); Green value is 207 (81.25% from 255 or 32.04% from 646); Blue value is 242 (94.92% from 255 or 37.46% from 646); Max value from RGB is 242 - color contains mainly: blue. Hex color #C5CFF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5CFF2 is #3A300D. Grayscale: #CFCFCF. Windows color (decimal): -3813390 or 15912901. OLE color: 15912901.

HSL color Cylindrical-coordinate representation of color #C5CFF2: hue angle of 226.67º degrees, saturation: 0.63, 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 #C5CFF2 is Cyan = 0.19, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 197 207 242 -
CMYK 0.19 0.14 0 0.05
HSL 226.67º 0.63% 0.86% -
HSV(B) 226.67º 0.19% 0.95% -
XYZ 61.37 62.91 92.91 -
YUV 208 147.19 120.15 -
System Red Green Blue C M Y K H S L
Decimal 197 207 242 0.19 0.14 0 0.05 226.67 0.63 0.86
Hex C5 CF F2 13 E 0 5 E3 3F 56
Octal 305 317 362 23 16 0 5 343 77 126
Binary 11000101 11001111 11110010 10011 1110 0 101 11100011 111111 1010110

Color Harmonies of #C5CFF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5CFF2

Black with #C5CFF2

Text Example


Text Example

White with #C5CFF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5CFF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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