Html Css Color HEX #C5CFF4 Periwinkle

📋 copy color: '#C5CFF4'

red 197 ◦ green 207 ◦ blue 244

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

Shades of Periwinkle #C5CFF4

Tints of Periwinkle #C5CFF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 37.65%

R = 30.4%
G = 31.94%
B = 37.65%

CMYK

 C value IS 0.19

 M value IS 0.15

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#C5CFF4 (or 0xC5CFF4) is known color: Periwinkle. HEX triplet: C5, CF and F4. RGB value is (197,207,244). Sum of RGB (Red+Green+Blue) = 197+207+244=648 (85% of max value = 765). Red value is 197 (77.34% from 255 or 30.40% from 648); Green value is 207 (81.25% from 255 or 31.94% from 648); Blue value is 244 (95.70% from 255 or 37.65% from 648); Max value from RGB is 244 - color contains mainly: blue. Hex color #C5CFF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5CFF4 is #3A300B. Grayscale: #D0D0D0. Windows color (decimal): -3813388 or 16043973. OLE color: 16043973.

HSL color Cylindrical-coordinate representation of color #C5CFF4: hue angle of 227.23º degrees, saturation: 0.68, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C5CFF4 is Cyan = 0.19, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 197 207 244 -
CMYK 0.19 0.15 0 0.04
HSL 227.23º 0.68% 0.86% -
HSV(B) 227.23º 0.19% 0.96% -
XYZ 61.67 63.03 94.5 -
YUV 208.23 148.19 119.99 -
System Red Green Blue C M Y K H S L
Decimal 197 207 244 0.19 0.15 0 0.04 227.23 0.68 0.86
Hex C5 CF F4 13 F 0 4 E3 44 56
Octal 305 317 364 23 17 0 4 343 104 126
Binary 11000101 11001111 11110100 10011 1111 0 100 11100011 1000100 1010110

Color Harmonies of #C5CFF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5CFF4

Black with #C5CFF4

Text Example


Text Example

White with #C5CFF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5CFF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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