Html Css Color HEX #C3C8EF Periwinkle

📋 copy color: '#C3C8EF'

red 195 ◦ green 200 ◦ blue 239

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

Shades of Periwinkle #C3C8EF

Tints of Periwinkle #C3C8EF

RGB

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

 GREEN value IS 200 (78.52% from 255) = 31.55%

 BLUE value IS 239 (93.75% from 255) = 37.7%

R = 30.76%
G = 31.55%
B = 37.7%

CMYK

 C value IS 0.18

 M value IS 0.16

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C3C8EF (or 0xC3C8EF) is known color: Periwinkle. HEX triplet: C3, C8 and EF. RGB value is (195,200,239). Sum of RGB (Red+Green+Blue) = 195+200+239=634 (83% of max value = 765). Red value is 195 (76.56% from 255 or 30.76% from 634); Green value is 200 (78.52% from 255 or 31.55% from 634); Blue value is 239 (93.75% from 255 or 37.70% from 634); Max value from RGB is 239 - color contains mainly: blue. Hex color #C3C8EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3C8EF is #3C3710. Grayscale: #CACACA. Windows color (decimal): -3946257 or 15714499. OLE color: 15714499.

HSL color Cylindrical-coordinate representation of color #C3C8EF: hue angle of 233.18º degrees, saturation: 0.58, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C3C8EF is Cyan = 0.18, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 195 200 239 -
CMYK 0.18 0.16 0 0.06
HSL 233.18º 0.58% 0.85% -
HSV(B) 233.18º 0.18% 0.94% -
XYZ 58.74 59.14 89.98 -
YUV 202.95 148.34 122.33 -
System Red Green Blue C M Y K H S L
Decimal 195 200 239 0.18 0.16 0 0.06 233.18 0.58 0.85
Hex C3 C8 EF 12 10 0 6 E9 3A 55
Octal 303 310 357 22 20 0 6 351 72 125
Binary 11000011 11001000 11101111 10010 10000 0 110 11101001 111010 1010101

Color Harmonies of #C3C8EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3C8EF

Black with #C3C8EF

Text Example


Text Example

White with #C3C8EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3C8EF; }

 p { color: rgb(195,200,239); }

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

background-color css

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

 a { background-color: rgb(195,200,239); }

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

border-color css

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

 span { border-color: rgb(195,200,239); }

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