Html Css Color HEX #C5CEEF Periwinkle

📋 copy color: '#C5CEEF'

red 197 ◦ green 206 ◦ blue 239

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

Shades of Periwinkle #C5CEEF

Tints of Periwinkle #C5CEEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 37.23%

R = 30.69%
G = 32.09%
B = 37.23%

CMYK

 C value IS 0.18

 M value IS 0.14

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C5CEEF (or 0xC5CEEF) is known color: Periwinkle. HEX triplet: C5, CE and EF. RGB value is (197,206,239). Sum of RGB (Red+Green+Blue) = 197+206+239=642 (85% of max value = 765). Red value is 197 (77.34% from 255 or 30.69% from 642); Green value is 206 (80.86% from 255 or 32.09% from 642); Blue value is 239 (93.75% from 255 or 37.23% from 642); Max value from RGB is 239 - color contains mainly: blue. Hex color #C5CEEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5CEEF is #3A3110. Grayscale: #CECECE. Windows color (decimal): -3813649 or 15716037. OLE color: 15716037.

HSL color Cylindrical-coordinate representation of color #C5CEEF: hue angle of 227.14º degrees, saturation: 0.57, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C5CEEF is Cyan = 0.18, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 197 206 239 -
CMYK 0.18 0.14 0 0.06
HSL 227.14º 0.57% 0.85% -
HSV(B) 227.14º 0.18% 0.94% -
XYZ 60.68 62.24 90.48 -
YUV 207.07 146.02 120.82 -
System Red Green Blue C M Y K H S L
Decimal 197 206 239 0.18 0.14 0 0.06 227.14 0.57 0.85
Hex C5 CE EF 12 E 0 6 E3 39 55
Octal 305 316 357 22 16 0 6 343 71 125
Binary 11000101 11001110 11101111 10010 1110 0 110 11100011 111001 1010101

Color Harmonies of #C5CEEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5CEEF

Black with #C5CEEF

Text Example


Text Example

White with #C5CEEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5CEEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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