Html Css Color HEX #C3CCDF Periwinkle

📋 copy color: '#C3CCDF'

red 195 ◦ green 204 ◦ blue 223

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

Shades of Periwinkle #C3CCDF

Tints of Periwinkle #C3CCDF

RGB

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

 GREEN value IS 204 (80.08% from 255) = 32.8%

 BLUE value IS 223 (87.5% from 255) = 35.85%

R = 31.35%
G = 32.8%
B = 35.85%

CMYK

 C value IS 0.13

 M value IS 0.09

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C3CCDF (or 0xC3CCDF) is known color: Periwinkle. HEX triplet: C3, CC and DF. RGB value is (195,204,223). Sum of RGB (Red+Green+Blue) = 195+204+223=622 (82% of max value = 765). Red value is 195 (76.56% from 255 or 31.35% from 622); Green value is 204 (80.08% from 255 or 32.80% from 622); Blue value is 223 (87.5% from 255 or 35.85% from 622); Max value from RGB is 223 - color contains mainly: blue. Hex color #C3CCDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3CCDF is #3C3320. Grayscale: #CBCBCB. Windows color (decimal): -3945249 or 14666947. OLE color: 14666947.

HSL color Cylindrical-coordinate representation of color #C3CCDF: hue angle of 220.71º degrees, saturation: 0.3, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C3CCDF is Cyan = 0.13, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 195 204 223 -
CMYK 0.13 0.09 0 0.13
HSL 220.71º 0.3% 0.82% -
HSV(B) 220.71º 0.13% 0.87% -
XYZ 57.42 60.12 78.39 -
YUV 203.48 139.02 121.96 -
System Red Green Blue C M Y K H S L
Decimal 195 204 223 0.13 0.09 0 0.13 220.71 0.3 0.82
Hex C3 CC DF D 9 0 D DD 1E 52
Octal 303 314 337 15 11 0 15 335 36 122
Binary 11000011 11001100 11011111 1101 1001 0 1101 11011101 11110 1010010

Color Harmonies of #C3CCDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3CCDF

Black with #C3CCDF

Text Example


Text Example

White with #C3CCDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3CCDF; }

 p { color: rgb(195,204,223); }

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

background-color css

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

 a { background-color: rgb(195,204,223); }

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

border-color css

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

 span { border-color: rgb(195,204,223); }

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