Html Css Color HEX #C3CFEC Periwinkle

📋 copy color: '#C3CFEC'

red 195 ◦ green 207 ◦ blue 236

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

Shades of Periwinkle #C3CFEC

Tints of Periwinkle #C3CFEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 36.99%

R = 30.56%
G = 32.45%
B = 36.99%

CMYK

 C value IS 0.17

 M value IS 0.12

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C3CFEC (or 0xC3CFEC) is known color: Periwinkle. HEX triplet: C3, CF and EC. RGB value is (195,207,236). Sum of RGB (Red+Green+Blue) = 195+207+236=638 (84% of max value = 765). Red value is 195 (76.56% from 255 or 30.56% from 638); Green value is 207 (81.25% from 255 or 32.45% from 638); Blue value is 236 (92.58% from 255 or 36.99% from 638); Max value from RGB is 236 - color contains mainly: blue. Hex color #C3CFEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3CFEC is #3C3013. Grayscale: #CECECE. Windows color (decimal): -3944468 or 15519683. OLE color: 15519683.

HSL color Cylindrical-coordinate representation of color #C3CFEC: hue angle of 222.44º degrees, saturation: 0.52, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C3CFEC is Cyan = 0.17, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 195 207 236 -
CMYK 0.17 0.12 0 0.07
HSL 222.44º 0.52% 0.85% -
HSV(B) 222.44º 0.17% 0.93% -
XYZ 59.96 62.28 88.22 -
YUV 206.72 144.52 119.64 -
System Red Green Blue C M Y K H S L
Decimal 195 207 236 0.17 0.12 0 0.07 222.44 0.52 0.85
Hex C3 CF EC 11 C 0 7 DE 34 55
Octal 303 317 354 21 14 0 7 336 64 125
Binary 11000011 11001111 11101100 10001 1100 0 111 11011110 110100 1010101

Color Harmonies of #C3CFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3CFEC

Black with #C3CFEC

Text Example


Text Example

White with #C3CFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3CFEC; }

 p { color: rgb(195,207,236); }

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

background-color css

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

 a { background-color: rgb(195,207,236); }

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

border-color css

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

 span { border-color: rgb(195,207,236); }

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