Html Css Color HEX #C5CDEA Periwinkle

📋 copy color: '#C5CDEA'

red 197 ◦ green 205 ◦ blue 234

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

Shades of Periwinkle #C5CDEA

Tints of Periwinkle #C5CDEA

RGB

 RED value IS 197 (77.34% from 255) = 30.97%

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

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

R = 30.97%
G = 32.23%
B = 36.79%

CMYK

 C value IS 0.16

 M value IS 0.12

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C5CDEA (or 0xC5CDEA) is known color: Periwinkle. HEX triplet: C5, CD and EA. RGB value is (197,205,234). Sum of RGB (Red+Green+Blue) = 197+205+234=636 (84% of max value = 765). Red value is 197 (77.34% from 255 or 30.97% from 636); Green value is 205 (80.47% from 255 or 32.23% from 636); Blue value is 234 (91.80% from 255 or 36.79% from 636); Max value from RGB is 234 - color contains mainly: blue. Hex color #C5CDEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5CDEA is #3A3215. Grayscale: #CDCDCD. Windows color (decimal): -3813910 or 15388101. OLE color: 15388101.

HSL color Cylindrical-coordinate representation of color #C5CDEA: hue angle of 227.03º degrees, saturation: 0.47, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C5CDEA is Cyan = 0.16, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 197 205 234 -
CMYK 0.16 0.12 0 0.08
HSL 227.03º 0.47% 0.85% -
HSV(B) 227.03º 0.16% 0.92% -
XYZ 59.71 61.47 86.56 -
YUV 205.91 143.85 121.64 -
System Red Green Blue C M Y K H S L
Decimal 197 205 234 0.16 0.12 0 0.08 227.03 0.47 0.85
Hex C5 CD EA 10 C 0 8 E3 2F 55
Octal 305 315 352 20 14 0 10 343 57 125
Binary 11000101 11001101 11101010 10000 1100 0 1000 11100011 101111 1010101

Color Harmonies of #C5CDEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5CDEA

Black with #C5CDEA

Text Example


Text Example

White with #C5CDEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5CDEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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