Html Css Color HEX #C3D4EA Periwinkle

📋 copy color: '#C3D4EA'

red 195 ◦ green 212 ◦ blue 234

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

Shades of Periwinkle #C3D4EA

Tints of Periwinkle #C3D4EA

RGB

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

 GREEN value IS 212 (83.2% from 255) = 33.07%

 BLUE value IS 234 (91.8% from 255) = 36.51%

R = 30.42%
G = 33.07%
B = 36.51%

CMYK

 C value IS 0.17

 M value IS 0.09

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C3D4EA (or 0xC3D4EA) is known color: Periwinkle. HEX triplet: C3, D4 and EA. RGB value is (195,212,234). Sum of RGB (Red+Green+Blue) = 195+212+234=641 (84% of max value = 765). Red value is 195 (76.56% from 255 or 30.42% from 641); Green value is 212 (83.20% from 255 or 33.07% from 641); Blue value is 234 (91.80% from 255 or 36.51% from 641); Max value from RGB is 234 - color contains mainly: blue. Hex color #C3D4EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3D4EA is #3C2B15. Grayscale: #D1D1D1. Windows color (decimal): -3943190 or 15389891. OLE color: 15389891.

HSL color Cylindrical-coordinate representation of color #C3D4EA: hue angle of 213.85º degrees, saturation: 0.48, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C3D4EA is Cyan = 0.17, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 195 212 234 -
CMYK 0.17 0.09 0 0.08
HSL 213.85º 0.48% 0.84% -
HSV(B) 213.85º 0.17% 0.92% -
XYZ 60.9 64.63 87.11 -
YUV 209.43 141.87 117.71 -
System Red Green Blue C M Y K H S L
Decimal 195 212 234 0.17 0.09 0 0.08 213.85 0.48 0.84
Hex C3 D4 EA 11 9 0 8 D6 30 54
Octal 303 324 352 21 11 0 10 326 60 124
Binary 11000011 11010100 11101010 10001 1001 0 1000 11010110 110000 1010100

Color Harmonies of #C3D4EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3D4EA

Black with #C3D4EA

Text Example


Text Example

White with #C3D4EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3D4EA; }

 p { color: rgb(195,212,234); }

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

background-color css

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

 a { background-color: rgb(195,212,234); }

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

border-color css

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

 span { border-color: rgb(195,212,234); }

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