Html Css Color HEX #C2D3FC Periwinkle

📋 copy color: '#C2D3FC'

red 194 ◦ green 211 ◦ blue 252

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

Shades of Periwinkle #C2D3FC

Tints of Periwinkle #C2D3FC

RGB

 RED value IS 194 (76.17% from 255) = 29.53%

 GREEN value IS 211 (82.81% from 255) = 32.12%

 BLUE value IS 252 (98.83% from 255) = 38.36%

R = 29.53%
G = 32.12%
B = 38.36%

CMYK

 C value IS 0.23

 M value IS 0.16

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C2D3FC (or 0xC2D3FC) is known color: Periwinkle. HEX triplet: C2, D3 and FC. RGB value is (194,211,252). Sum of RGB (Red+Green+Blue) = 194+211+252=657 (87% of max value = 765). Red value is 194 (76.17% from 255 or 29.53% from 657); Green value is 211 (82.81% from 255 or 32.12% from 657); Blue value is 252 (98.83% from 255 or 38.36% from 657); Max value from RGB is 252 - color contains mainly: blue. Hex color #C2D3FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2D3FC is #3D2C03. Grayscale: #D2D2D2. Windows color (decimal): -4008964 or 16569282. OLE color: 16569282.

HSL color Cylindrical-coordinate representation of color #C2D3FC: hue angle of 222.41º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C2D3FC is Cyan = 0.23, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 194 211 252 -
CMYK 0.23 0.16 0 0.01
HSL 222.41º 0.91% 0.87% -
HSV(B) 222.41º 0.23% 0.99% -
XYZ 63.11 65.09 101.33 -
YUV 210.59 151.37 116.17 -
System Red Green Blue C M Y K H S L
Decimal 194 211 252 0.23 0.16 0 0.01 222.41 0.91 0.87
Hex C2 D3 FC 17 10 0 1 DE 5B 57
Octal 302 323 374 27 20 0 1 336 133 127
Binary 11000010 11010011 11111100 10111 10000 0 1 11011110 1011011 1010111

Color Harmonies of #C2D3FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2D3FC

Black with #C2D3FC

Text Example


Text Example

White with #C2D3FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2D3FC; }

 p { color: rgb(194,211,252); }

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

background-color css

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

 a { background-color: rgb(194,211,252); }

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

border-color css

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

 span { border-color: rgb(194,211,252); }

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