Html Css Color HEX #C5CEED Periwinkle

📋 copy color: '#C5CEED'

red 197 ◦ green 206 ◦ blue 237

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

Shades of Periwinkle #C5CEED

Tints of Periwinkle #C5CEED

RGB

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

 GREEN value IS 206 (80.86% from 255) = 32.19%

 BLUE value IS 237 (92.97% from 255) = 37.03%

R = 30.78%
G = 32.19%
B = 37.03%

CMYK

 C value IS 0.17

 M value IS 0.13

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C5CEED (or 0xC5CEED) is known color: Periwinkle. HEX triplet: C5, CE and ED. RGB value is (197,206,237). Sum of RGB (Red+Green+Blue) = 197+206+237=640 (84% of max value = 765). Red value is 197 (77.34% from 255 or 30.78% from 640); Green value is 206 (80.86% from 255 or 32.19% from 640); Blue value is 237 (92.97% from 255 or 37.03% from 640); Max value from RGB is 237 - color contains mainly: blue. Hex color #C5CEED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5CEED is #3A3112. Grayscale: #CECECE. Windows color (decimal): -3813651 or 15584965. OLE color: 15584965.

HSL color Cylindrical-coordinate representation of color #C5CEED: hue angle of 226.5º degrees, saturation: 0.53, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C5CEED is Cyan = 0.17, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 197 206 237 -
CMYK 0.17 0.13 0 0.07
HSL 226.5º 0.53% 0.85% -
HSV(B) 226.5º 0.17% 0.93% -
XYZ 60.38 62.13 88.93 -
YUV 206.84 145.02 120.98 -
System Red Green Blue C M Y K H S L
Decimal 197 206 237 0.17 0.13 0 0.07 226.5 0.53 0.85
Hex C5 CE ED 11 D 0 7 E2 35 55
Octal 305 316 355 21 15 0 7 342 65 125
Binary 11000101 11001110 11101101 10001 1101 0 111 11100010 110101 1010101

Color Harmonies of #C5CEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5CEED

Black with #C5CEED

Text Example


Text Example

White with #C5CEED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5CEED; }

 p { color: rgb(197,206,237); }

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

background-color css

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

 a { background-color: rgb(197,206,237); }

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

border-color css

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

 span { border-color: rgb(197,206,237); }

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