Html Css Color HEX #C5CADE Periwinkle

📋 copy color: '#C5CADE'

red 197 ◦ green 202 ◦ blue 222

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

Shades of Periwinkle #C5CADE

Tints of Periwinkle #C5CADE

RGB

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

 GREEN value IS 202 (79.3% from 255) = 32.53%

 BLUE value IS 222 (87.11% from 255) = 35.75%

R = 31.72%
G = 32.53%
B = 35.75%

CMYK

 C value IS 0.11

 M value IS 0.09

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C5CADE (or 0xC5CADE) is known color: Periwinkle. HEX triplet: C5, CA and DE. RGB value is (197,202,222). Sum of RGB (Red+Green+Blue) = 197+202+222=621 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.72% from 621); Green value is 202 (79.30% from 255 or 32.53% from 621); Blue value is 222 (87.11% from 255 or 35.75% from 621); Max value from RGB is 222 - color contains mainly: blue. Hex color #C5CADE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5CADE is #3A3521. Grayscale: #CACACA. Windows color (decimal): -3814690 or 14600901. OLE color: 14600901.

HSL color Cylindrical-coordinate representation of color #C5CADE: hue angle of 228º degrees, saturation: 0.27, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C5CADE is Cyan = 0.11, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 197 202 222 -
CMYK 0.11 0.09 0 0.13
HSL 228º 0.27% 0.82% -
HSV(B) 228º 0.11% 0.87% -
XYZ 57.33 59.39 77.55 -
YUV 202.79 138.84 123.87 -
System Red Green Blue C M Y K H S L
Decimal 197 202 222 0.11 0.09 0 0.13 228 0.27 0.82
Hex C5 CA DE B 9 0 D E4 1B 52
Octal 305 312 336 13 11 0 15 344 33 122
Binary 11000101 11001010 11011110 1011 1001 0 1101 11100100 11011 1010010

Color Harmonies of #C5CADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5CADE

Black with #C5CADE

Text Example


Text Example

White with #C5CADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5CADE; }

 p { color: rgb(197,202,222); }

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

background-color css

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

 a { background-color: rgb(197,202,222); }

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

border-color css

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

 span { border-color: rgb(197,202,222); }

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