Html Css Color HEX #C3CEEA Periwinkle

📋 copy color: '#C3CEEA'

red 195 ◦ green 206 ◦ blue 234

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

Shades of Periwinkle #C3CEEA

Tints of Periwinkle #C3CEEA

RGB

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

 GREEN value IS 206 (80.86% from 255) = 32.44%

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

R = 30.71%
G = 32.44%
B = 36.85%

CMYK

 C value IS 0.17

 M value IS 0.12

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C3CEEA (or 0xC3CEEA) is known color: Periwinkle. HEX triplet: C3, CE and EA. RGB value is (195,206,234). Sum of RGB (Red+Green+Blue) = 195+206+234=635 (84% of max value = 765). Red value is 195 (76.56% from 255 or 30.71% from 635); Green value is 206 (80.86% from 255 or 32.44% from 635); Blue value is 234 (91.80% from 255 or 36.85% from 635); Max value from RGB is 234 - color contains mainly: blue. Hex color #C3CEEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3CEEA is #3C3115. Grayscale: #CDCDCD. Windows color (decimal): -3944726 or 15388355. OLE color: 15388355.

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

Color convert

RGB 195 206 234 -
CMYK 0.17 0.12 0 0.08
HSL 223.08º 0.48% 0.84% -
HSV(B) 223.08º 0.17% 0.92% -
XYZ 59.43 61.69 86.62 -
YUV 205.9 143.86 120.22 -
System Red Green Blue C M Y K H S L
Decimal 195 206 234 0.17 0.12 0 0.08 223.08 0.48 0.84
Hex C3 CE EA 11 C 0 8 DF 30 54
Octal 303 316 352 21 14 0 10 337 60 124
Binary 11000011 11001110 11101010 10001 1100 0 1000 11011111 110000 1010100

Color Harmonies of #C3CEEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3CEEA

Black with #C3CEEA

Text Example


Text Example

White with #C3CEEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3CEEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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