Html Css Color HEX #C5CBF1 Periwinkle

📋 copy color: '#C5CBF1'

red 197 ◦ green 203 ◦ blue 241

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

Shades of Periwinkle #C5CBF1

Tints of Periwinkle #C5CBF1

RGB

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

 GREEN value IS 203 (79.69% from 255) = 31.67%

 BLUE value IS 241 (94.53% from 255) = 37.6%

R = 30.73%
G = 31.67%
B = 37.6%

CMYK

 C value IS 0.18

 M value IS 0.16

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C5CBF1 (or 0xC5CBF1) is known color: Periwinkle. HEX triplet: C5, CB and F1. RGB value is (197,203,241). Sum of RGB (Red+Green+Blue) = 197+203+241=641 (84% of max value = 765). Red value is 197 (77.34% from 255 or 30.73% from 641); Green value is 203 (79.69% from 255 or 31.67% from 641); Blue value is 241 (94.53% from 255 or 37.60% from 641); Max value from RGB is 241 - color contains mainly: blue. Hex color #C5CBF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5CBF1 is #3A340E. Grayscale: #CDCDCD. Windows color (decimal): -3814415 or 15846341. OLE color: 15846341.

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

Color convert

RGB 197 203 241 -
CMYK 0.18 0.16 0 0.05
HSL 231.82º 0.61% 0.86% -
HSV(B) 231.82º 0.18% 0.95% -
XYZ 60.26 60.93 91.8 -
YUV 205.54 148.01 121.91 -
System Red Green Blue C M Y K H S L
Decimal 197 203 241 0.18 0.16 0 0.05 231.82 0.61 0.86
Hex C5 CB F1 12 10 0 5 E8 3D 56
Octal 305 313 361 22 20 0 5 350 75 126
Binary 11000101 11001011 11110001 10010 10000 0 101 11101000 111101 1010110

Color Harmonies of #C5CBF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5CBF1

Black with #C5CBF1

Text Example


Text Example

White with #C5CBF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5CBF1; }

 p { color: rgb(197,203,241); }

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

background-color css

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

 a { background-color: rgb(197,203,241); }

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

border-color css

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

 span { border-color: rgb(197,203,241); }

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