Html Css Color HEX #C5CEF3 Periwinkle

📋 copy color: '#C5CEF3'

red 197 ◦ green 206 ◦ blue 243

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

Shades of Periwinkle #C5CEF3

Tints of Periwinkle #C5CEF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 37.62%

R = 30.5%
G = 31.89%
B = 37.62%

CMYK

 C value IS 0.19

 M value IS 0.15

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C5CEF3 (or 0xC5CEF3) is known color: Periwinkle. HEX triplet: C5, CE and F3. RGB value is (197,206,243). Sum of RGB (Red+Green+Blue) = 197+206+243=646 (85% of max value = 765). Red value is 197 (77.34% from 255 or 30.50% from 646); Green value is 206 (80.86% from 255 or 31.89% from 646); Blue value is 243 (95.31% from 255 or 37.62% from 646); Max value from RGB is 243 - color contains mainly: blue. Hex color #C5CEF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5CEF3 is #3A310C. Grayscale: #CFCFCF. Windows color (decimal): -3813645 or 15978181. OLE color: 15978181.

HSL color Cylindrical-coordinate representation of color #C5CEF3: hue angle of 228.26º degrees, saturation: 0.66, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C5CEF3 is Cyan = 0.19, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 197 206 243 -
CMYK 0.19 0.15 0 0.05
HSL 228.26º 0.66% 0.86% -
HSV(B) 228.26º 0.19% 0.95% -
XYZ 61.27 62.48 93.63 -
YUV 207.53 148.02 120.49 -
System Red Green Blue C M Y K H S L
Decimal 197 206 243 0.19 0.15 0 0.05 228.26 0.66 0.86
Hex C5 CE F3 13 F 0 5 E4 42 56
Octal 305 316 363 23 17 0 5 344 102 126
Binary 11000101 11001110 11110011 10011 1111 0 101 11100100 1000010 1010110

Color Harmonies of #C5CEF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5CEF3

Black with #C5CEF3

Text Example


Text Example

White with #C5CEF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5CEF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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