Html Css Color HEX #C3D2FB Periwinkle

📋 copy color: '#C3D2FB'

red 195 ◦ green 210 ◦ blue 251

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

Shades of Periwinkle #C3D2FB

Tints of Periwinkle #C3D2FB

RGB

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

 GREEN value IS 210 (82.42% from 255) = 32.01%

 BLUE value IS 251 (98.44% from 255) = 38.26%

R = 29.73%
G = 32.01%
B = 38.26%

CMYK

 C value IS 0.22

 M value IS 0.16

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C3D2FB (or 0xC3D2FB) is known color: Periwinkle. HEX triplet: C3, D2 and FB. RGB value is (195,210,251). Sum of RGB (Red+Green+Blue) = 195+210+251=656 (86% of max value = 765). Red value is 195 (76.56% from 255 or 29.73% from 656); Green value is 210 (82.42% from 255 or 32.01% from 656); Blue value is 251 (98.44% from 255 or 38.26% from 656); Max value from RGB is 251 - color contains mainly: blue. Hex color #C3D2FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3D2FB is #3C2D04. Grayscale: #D2D2D2. Windows color (decimal): -3943685 or 16503491. OLE color: 16503491.

HSL color Cylindrical-coordinate representation of color #C3D2FB: hue angle of 223.93º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C3D2FB is Cyan = 0.22, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 195 210 251 -
CMYK 0.22 0.16 0 0.02
HSL 223.93º 0.88% 0.87% -
HSV(B) 223.93º 0.22% 0.98% -
XYZ 62.96 64.66 100.43 -
YUV 210.19 151.03 117.17 -
System Red Green Blue C M Y K H S L
Decimal 195 210 251 0.22 0.16 0 0.02 223.93 0.88 0.87
Hex C3 D2 FB 16 10 0 2 E0 58 57
Octal 303 322 373 26 20 0 2 340 130 127
Binary 11000011 11010010 11111011 10110 10000 0 10 11100000 1011000 1010111

Color Harmonies of #C3D2FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3D2FB

Black with #C3D2FB

Text Example


Text Example

White with #C3D2FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3D2FB; }

 p { color: rgb(195,210,251); }

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

background-color css

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

 a { background-color: rgb(195,210,251); }

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

border-color css

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

 span { border-color: rgb(195,210,251); }

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