Html Css Color HEX #C5CEF4 Periwinkle

📋 copy color: '#C5CEF4'

red 197 ◦ green 206 ◦ blue 244

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

Shades of Periwinkle #C5CEF4

Tints of Periwinkle #C5CEF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 37.71%

R = 30.45%
G = 31.84%
B = 37.71%

CMYK

 C value IS 0.19

 M value IS 0.16

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#C5CEF4 (or 0xC5CEF4) is known color: Periwinkle. HEX triplet: C5, CE and F4. RGB value is (197,206,244). Sum of RGB (Red+Green+Blue) = 197+206+244=647 (85% of max value = 765). Red value is 197 (77.34% from 255 or 30.45% from 647); Green value is 206 (80.86% from 255 or 31.84% from 647); Blue value is 244 (95.70% from 255 or 37.71% from 647); Max value from RGB is 244 - color contains mainly: blue. Hex color #C5CEF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5CEF4 is #3A310B. Grayscale: #CFCFCF. Windows color (decimal): -3813644 or 16043717. OLE color: 16043717.

HSL color Cylindrical-coordinate representation of color #C5CEF4: hue angle of 228.51º degrees, saturation: 0.68, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C5CEF4 is Cyan = 0.19, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 197 206 244 -
CMYK 0.19 0.16 0 0.04
HSL 228.51º 0.68% 0.86% -
HSV(B) 228.51º 0.19% 0.96% -
XYZ 61.43 62.54 94.42 -
YUV 207.64 148.52 120.41 -
System Red Green Blue C M Y K H S L
Decimal 197 206 244 0.19 0.16 0 0.04 228.51 0.68 0.86
Hex C5 CE F4 13 10 0 4 E5 44 56
Octal 305 316 364 23 20 0 4 345 104 126
Binary 11000101 11001110 11110100 10011 10000 0 100 11100101 1000100 1010110

Color Harmonies of #C5CEF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5CEF4

Black with #C5CEF4

Text Example


Text Example

White with #C5CEF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5CEF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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