Html Css Color HEX #C5CFEB Periwinkle

📋 copy color: '#C5CFEB'

red 197 ◦ green 207 ◦ blue 235

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

Shades of Periwinkle #C5CFEB

Tints of Periwinkle #C5CFEB

RGB

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

 GREEN value IS 207 (81.25% from 255) = 32.39%

 BLUE value IS 235 (92.19% from 255) = 36.78%

R = 30.83%
G = 32.39%
B = 36.78%

CMYK

 C value IS 0.16

 M value IS 0.12

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C5CFEB (or 0xC5CFEB) is known color: Periwinkle. HEX triplet: C5, CF and EB. RGB value is (197,207,235). Sum of RGB (Red+Green+Blue) = 197+207+235=639 (84% of max value = 765). Red value is 197 (77.34% from 255 or 30.83% from 639); Green value is 207 (81.25% from 255 or 32.39% from 639); Blue value is 235 (92.19% from 255 or 36.78% from 639); Max value from RGB is 235 - color contains mainly: blue. Hex color #C5CFEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5CFEB is #3A3014. Grayscale: #CFCFCF. Windows color (decimal): -3813397 or 15454149. OLE color: 15454149.

HSL color Cylindrical-coordinate representation of color #C5CFEB: hue angle of 224.21º degrees, saturation: 0.49, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C5CFEB is Cyan = 0.16, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 197 207 235 -
CMYK 0.16 0.12 0 0.08
HSL 224.21º 0.49% 0.85% -
HSV(B) 224.21º 0.16% 0.92% -
XYZ 60.33 62.49 87.48 -
YUV 207.2 143.69 120.72 -
System Red Green Blue C M Y K H S L
Decimal 197 207 235 0.16 0.12 0 0.08 224.21 0.49 0.85
Hex C5 CF EB 10 C 0 8 E0 31 55
Octal 305 317 353 20 14 0 10 340 61 125
Binary 11000101 11001111 11101011 10000 1100 0 1000 11100000 110001 1010101

Color Harmonies of #C5CFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5CFEB

Black with #C5CFEB

Text Example


Text Example

White with #C5CFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5CFEB; }

 p { color: rgb(197,207,235); }

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

background-color css

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

 a { background-color: rgb(197,207,235); }

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

border-color css

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

 span { border-color: rgb(197,207,235); }

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