Html Css Color HEX #C5D0E9 Periwinkle

📋 copy color: '#C5D0E9'

red 197 ◦ green 208 ◦ blue 233

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

Shades of Periwinkle #C5D0E9

Tints of Periwinkle #C5D0E9

RGB

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

 GREEN value IS 208 (81.64% from 255) = 32.6%

 BLUE value IS 233 (91.41% from 255) = 36.52%

R = 30.88%
G = 32.6%
B = 36.52%

CMYK

 C value IS 0.15

 M value IS 0.11

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C5D0E9 (or 0xC5D0E9) is known color: Periwinkle. HEX triplet: C5, D0 and E9. RGB value is (197,208,233). Sum of RGB (Red+Green+Blue) = 197+208+233=638 (84% of max value = 765). Red value is 197 (77.34% from 255 or 30.88% from 638); Green value is 208 (81.64% from 255 or 32.60% from 638); Blue value is 233 (91.41% from 255 or 36.52% from 638); Max value from RGB is 233 - color contains mainly: blue. Hex color #C5D0E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5D0E9 is #3A2F16. Grayscale: #CFCFCF. Windows color (decimal): -3813143 or 15323333. OLE color: 15323333.

HSL color Cylindrical-coordinate representation of color #C5D0E9: hue angle of 221.67º degrees, saturation: 0.45, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C5D0E9 is Cyan = 0.15, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 197 208 233 -
CMYK 0.15 0.11 0 0.09
HSL 221.67º 0.45% 0.84% -
HSV(B) 221.67º 0.15% 0.91% -
XYZ 60.29 62.87 86.05 -
YUV 207.56 142.36 120.47 -
System Red Green Blue C M Y K H S L
Decimal 197 208 233 0.15 0.11 0 0.09 221.67 0.45 0.84
Hex C5 D0 E9 F B 0 9 DE 2D 54
Octal 305 320 351 17 13 0 11 336 55 124
Binary 11000101 11010000 11101001 1111 1011 0 1001 11011110 101101 1010100

Color Harmonies of #C5D0E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5D0E9

Black with #C5D0E9

Text Example


Text Example

White with #C5D0E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5D0E9; }

 p { color: rgb(197,208,233); }

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

background-color css

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

 a { background-color: rgb(197,208,233); }

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

border-color css

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

 span { border-color: rgb(197,208,233); }

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