Html Css Color HEX #C9CFF1 Periwinkle

📋 copy color: '#C9CFF1'

red 201 ◦ green 207 ◦ blue 241

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

Shades of Periwinkle #C9CFF1

Tints of Periwinkle #C9CFF1

RGB

 RED value IS 201 (78.91% from 255) = 30.97%

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

 BLUE value IS 241 (94.53% from 255) = 37.13%

R = 30.97%
G = 31.9%
B = 37.13%

CMYK

 C value IS 0.17

 M value IS 0.14

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C9CFF1 (or 0xC9CFF1) is known color: Periwinkle. HEX triplet: C9, CF and F1. RGB value is (201,207,241). Sum of RGB (Red+Green+Blue) = 201+207+241=649 (85% of max value = 765). Red value is 201 (78.91% from 255 or 30.97% from 649); Green value is 207 (81.25% from 255 or 31.90% from 649); Blue value is 241 (94.53% from 255 or 37.13% from 649); Max value from RGB is 241 - color contains mainly: blue. Hex color #C9CFF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9CFF1 is #36300E. Grayscale: #D0D0D0. Windows color (decimal): -3551247 or 15847369. OLE color: 15847369.

HSL color Cylindrical-coordinate representation of color #C9CFF1: hue angle of 231º degrees, saturation: 0.59, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C9CFF1 is Cyan = 0.17, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 201 207 241 -
CMYK 0.17 0.14 0 0.05
HSL 231º 0.59% 0.87% -
HSV(B) 231º 0.17% 0.95% -
XYZ 62.28 63.39 92.17 -
YUV 209.08 146.01 122.24 -
System Red Green Blue C M Y K H S L
Decimal 201 207 241 0.17 0.14 0 0.05 231 0.59 0.87
Hex C9 CF F1 11 E 0 5 E7 3B 57
Octal 311 317 361 21 16 0 5 347 73 127
Binary 11001001 11001111 11110001 10001 1110 0 101 11100111 111011 1010111

Color Harmonies of #C9CFF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9CFF1

Black with #C9CFF1

Text Example


Text Example

White with #C9CFF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9CFF1; }

 p { color: rgb(201,207,241); }

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

background-color css

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

 a { background-color: rgb(201,207,241); }

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

border-color css

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

 span { border-color: rgb(201,207,241); }

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