Html Css Color HEX #C3D3EB Periwinkle

📋 copy color: '#C3D3EB'

red 195 ◦ green 211 ◦ blue 235

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

Shades of Periwinkle #C3D3EB

Tints of Periwinkle #C3D3EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 36.66%

R = 30.42%
G = 32.92%
B = 36.66%

CMYK

 C value IS 0.17

 M value IS 0.10

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C3D3EB (or 0xC3D3EB) is known color: Periwinkle. HEX triplet: C3, D3 and EB. RGB value is (195,211,235). Sum of RGB (Red+Green+Blue) = 195+211+235=641 (84% of max value = 765). Red value is 195 (76.56% from 255 or 30.42% from 641); Green value is 211 (82.81% from 255 or 32.92% from 641); Blue value is 235 (92.19% from 255 or 36.66% from 641); Max value from RGB is 235 - color contains mainly: blue. Hex color #C3D3EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3D3EB is #3C2C14. Grayscale: #D0D0D0. Windows color (decimal): -3943445 or 15455171. OLE color: 15455171.

HSL color Cylindrical-coordinate representation of color #C3D3EB: hue angle of 216º degrees, saturation: 0.5, 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 #C3D3EB is Cyan = 0.17, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 195 211 235 -
CMYK 0.17 0.10 0 0.08
HSL 216º 0.5% 0.84% -
HSV(B) 216º 0.17% 0.92% -
XYZ 60.8 64.19 87.78 -
YUV 208.95 142.7 118.05 -
System Red Green Blue C M Y K H S L
Decimal 195 211 235 0.17 0.10 0 0.08 216 0.5 0.84
Hex C3 D3 EB 11 A 0 8 D8 32 54
Octal 303 323 353 21 12 0 10 330 62 124
Binary 11000011 11010011 11101011 10001 1010 0 1000 11011000 110010 1010100

Color Harmonies of #C3D3EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3D3EB

Black with #C3D3EB

Text Example


Text Example

White with #C3D3EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3D3EB; }

 p { color: rgb(195,211,235); }

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

background-color css

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

 a { background-color: rgb(195,211,235); }

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

border-color css

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

 span { border-color: rgb(195,211,235); }

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