Html Css Color HEX #C5CFEA Periwinkle

📋 copy color: '#C5CFEA'

red 197 ◦ green 207 ◦ blue 234

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

Shades of Periwinkle #C5CFEA

Tints of Periwinkle #C5CFEA

RGB

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

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

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

R = 30.88%
G = 32.45%
B = 36.68%

CMYK

 C value IS 0.16

 M value IS 0.12

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C5CFEA (or 0xC5CFEA) is known color: Periwinkle. HEX triplet: C5, CF and EA. RGB value is (197,207,234). Sum of RGB (Red+Green+Blue) = 197+207+234=638 (84% of max value = 765). Red value is 197 (77.34% from 255 or 30.88% from 638); Green value is 207 (81.25% from 255 or 32.45% from 638); Blue value is 234 (91.80% from 255 or 36.68% from 638); Max value from RGB is 234 - color contains mainly: blue. Hex color #C5CFEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5CFEA is #3A3015. Grayscale: #CECECE. Windows color (decimal): -3813398 or 15388613. OLE color: 15388613.

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

Color convert

RGB 197 207 234 -
CMYK 0.16 0.12 0 0.08
HSL 223.78º 0.47% 0.85% -
HSV(B) 223.78º 0.16% 0.92% -
XYZ 60.19 62.44 86.72 -
YUV 207.09 143.19 120.8 -
System Red Green Blue C M Y K H S L
Decimal 197 207 234 0.16 0.12 0 0.08 223.78 0.47 0.85
Hex C5 CF EA 10 C 0 8 E0 2F 55
Octal 305 317 352 20 14 0 10 340 57 125
Binary 11000101 11001111 11101010 10000 1100 0 1000 11100000 101111 1010101

Color Harmonies of #C5CFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5CFEA

Black with #C5CFEA

Text Example


Text Example

White with #C5CFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5CFEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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