Html Css Color HEX #C3CBF1 Periwinkle

📋 copy color: '#C3CBF1'

red 195 ◦ green 203 ◦ blue 241

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

Shades of Periwinkle #C3CBF1

Tints of Periwinkle #C3CBF1

RGB

 RED value IS 195 (76.56% from 255) = 30.52%

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

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

R = 30.52%
G = 31.77%
B = 37.72%

CMYK

 C value IS 0.19

 M value IS 0.16

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C3CBF1 (or 0xC3CBF1) is known color: Periwinkle. HEX triplet: C3, CB and F1. RGB value is (195,203,241). Sum of RGB (Red+Green+Blue) = 195+203+241=639 (84% of max value = 765). Red value is 195 (76.56% from 255 or 30.52% from 639); Green value is 203 (79.69% from 255 or 31.77% from 639); Blue value is 241 (94.53% from 255 or 37.72% from 639); Max value from RGB is 241 - color contains mainly: blue. Hex color #C3CBF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3CBF1 is #3C340E. Grayscale: #CCCCCC. Windows color (decimal): -3945487 or 15846339. OLE color: 15846339.

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

Color convert

RGB 195 203 241 -
CMYK 0.19 0.16 0 0.05
HSL 229.57º 0.62% 0.85% -
HSV(B) 229.57º 0.19% 0.95% -
XYZ 59.74 60.66 91.78 -
YUV 204.94 148.35 120.91 -
System Red Green Blue C M Y K H S L
Decimal 195 203 241 0.19 0.16 0 0.05 229.57 0.62 0.85
Hex C3 CB F1 13 10 0 5 E6 3E 55
Octal 303 313 361 23 20 0 5 346 76 125
Binary 11000011 11001011 11110001 10011 10000 0 101 11100110 111110 1010101

Color Harmonies of #C3CBF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3CBF1

Black with #C3CBF1

Text Example


Text Example

White with #C3CBF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3CBF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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