Html Css Color HEX #C3CDEA Periwinkle

📋 copy color: '#C3CDEA'

red 195 ◦ green 205 ◦ blue 234

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

Shades of Periwinkle #C3CDEA

Tints of Periwinkle #C3CDEA

RGB

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

 GREEN value IS 205 (80.47% from 255) = 32.33%

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

R = 30.76%
G = 32.33%
B = 36.91%

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

#C3CDEA (or 0xC3CDEA) is known color: Periwinkle. HEX triplet: C3, CD and EA. RGB value is (195,205,234). Sum of RGB (Red+Green+Blue) = 195+205+234=634 (83% of max value = 765). Red value is 195 (76.56% from 255 or 30.76% from 634); Green value is 205 (80.47% from 255 or 32.33% from 634); Blue value is 234 (91.80% from 255 or 36.91% from 634); Max value from RGB is 234 - color contains mainly: blue. Hex color #C3CDEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3CDEA is #3C3215. Grayscale: #CDCDCD. Windows color (decimal): -3944982 or 15388099. OLE color: 15388099.

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

Color convert

RGB 195 205 234 -
CMYK 0.17 0.12 0 0.08
HSL 224.62º 0.48% 0.84% -
HSV(B) 224.62º 0.17% 0.92% -
XYZ 59.19 61.21 86.54 -
YUV 205.32 144.19 120.64 -
System Red Green Blue C M Y K H S L
Decimal 195 205 234 0.17 0.12 0 0.08 224.62 0.48 0.84
Hex C3 CD EA 11 C 0 8 E1 30 54
Octal 303 315 352 21 14 0 10 341 60 124
Binary 11000011 11001101 11101010 10001 1100 0 1000 11100001 110000 1010100

Color Harmonies of #C3CDEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3CDEA

Black with #C3CDEA

Text Example


Text Example

White with #C3CDEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3CDEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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