Html Css Color HEX #C5CCDE Periwinkle

📋 copy color: '#C5CCDE'

red 197 ◦ green 204 ◦ blue 222

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

Shades of Periwinkle #C5CCDE

Tints of Periwinkle #C5CCDE

RGB

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

 GREEN value IS 204 (80.08% from 255) = 32.74%

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

R = 31.62%
G = 32.74%
B = 35.63%

CMYK

 C value IS 0.11

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C5CCDE (or 0xC5CCDE) is known color: Periwinkle. HEX triplet: C5, CC and DE. RGB value is (197,204,222). Sum of RGB (Red+Green+Blue) = 197+204+222=623 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.62% from 623); Green value is 204 (80.08% from 255 or 32.74% from 623); Blue value is 222 (87.11% from 255 or 35.63% from 623); Max value from RGB is 222 - color contains mainly: blue. Hex color #C5CCDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5CCDE is #3A3321. Grayscale: #CBCBCB. Windows color (decimal): -3814178 or 14601413. OLE color: 14601413.

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

Color convert

RGB 197 204 222 -
CMYK 0.11 0.08 0 0.13
HSL 223.2º 0.27% 0.82% -
HSV(B) 223.2º 0.11% 0.87% -
XYZ 57.8 60.33 77.71 -
YUV 203.96 138.18 123.04 -
System Red Green Blue C M Y K H S L
Decimal 197 204 222 0.11 0.08 0 0.13 223.2 0.27 0.82
Hex C5 CC DE B 8 0 D DF 1B 52
Octal 305 314 336 13 10 0 15 337 33 122
Binary 11000101 11001100 11011110 1011 1000 0 1101 11011111 11011 1010010

Color Harmonies of #C5CCDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5CCDE

Black with #C5CCDE

Text Example


Text Example

White with #C5CCDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5CCDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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