Html Css Color HEX #C5CFEE Periwinkle

📋 copy color: '#C5CFEE'

red 197 ◦ green 207 ◦ blue 238

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

Shades of Periwinkle #C5CFEE

Tints of Periwinkle #C5CFEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 37.07%

R = 30.69%
G = 32.24%
B = 37.07%

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

#C5CFEE (or 0xC5CFEE) is known color: Periwinkle. HEX triplet: C5, CF and EE. RGB value is (197,207,238). Sum of RGB (Red+Green+Blue) = 197+207+238=642 (85% of max value = 765). Red value is 197 (77.34% from 255 or 30.69% from 642); Green value is 207 (81.25% from 255 or 32.24% from 642); Blue value is 238 (93.36% from 255 or 37.07% from 642); Max value from RGB is 238 - color contains mainly: blue. Hex color #C5CFEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5CFEE is #3A3011. Grayscale: #CFCFCF. Windows color (decimal): -3813394 or 15650757. OLE color: 15650757.

HSL color Cylindrical-coordinate representation of color #C5CFEE: hue angle of 225.37º degrees, saturation: 0.55, 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 #C5CFEE is Cyan = 0.17, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 197 207 238 -
CMYK 0.17 0.13 0 0.07
HSL 225.37º 0.55% 0.85% -
HSV(B) 225.37º 0.17% 0.93% -
XYZ 60.77 62.67 89.78 -
YUV 207.54 145.19 120.48 -
System Red Green Blue C M Y K H S L
Decimal 197 207 238 0.17 0.13 0 0.07 225.37 0.55 0.85
Hex C5 CF EE 11 D 0 7 E1 37 55
Octal 305 317 356 21 15 0 7 341 67 125
Binary 11000101 11001111 11101110 10001 1101 0 111 11100001 110111 1010101

Color Harmonies of #C5CFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5CFEE

Black with #C5CFEE

Text Example


Text Example

White with #C5CFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5CFEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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