Html Css Color HEX #C9CFEF Periwinkle

📋 copy color: '#C9CFEF'

red 201 ◦ green 207 ◦ blue 239

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

Shades of Periwinkle #C9CFEF

Tints of Periwinkle #C9CFEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 36.94%

R = 31.07%
G = 31.99%
B = 36.94%

CMYK

 C value IS 0.16

 M value IS 0.13

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C9CFEF (or 0xC9CFEF) is known color: Periwinkle. HEX triplet: C9, CF and EF. RGB value is (201,207,239). Sum of RGB (Red+Green+Blue) = 201+207+239=647 (85% of max value = 765). Red value is 201 (78.91% from 255 or 31.07% from 647); Green value is 207 (81.25% from 255 or 31.99% from 647); Blue value is 239 (93.75% from 255 or 36.94% from 647); Max value from RGB is 239 - color contains mainly: blue. Hex color #C9CFEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9CFEF is #363010. Grayscale: #D0D0D0. Windows color (decimal): -3551249 or 15716297. OLE color: 15716297.

HSL color Cylindrical-coordinate representation of color #C9CFEF: hue angle of 230.53º degrees, saturation: 0.54, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C9CFEF is Cyan = 0.16, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 201 207 239 -
CMYK 0.16 0.13 0 0.06
HSL 230.53º 0.54% 0.86% -
HSV(B) 230.53º 0.16% 0.94% -
XYZ 61.98 63.28 90.61 -
YUV 208.85 145.01 122.4 -
System Red Green Blue C M Y K H S L
Decimal 201 207 239 0.16 0.13 0 0.06 230.53 0.54 0.86
Hex C9 CF EF 10 D 0 6 E7 36 56
Octal 311 317 357 20 15 0 6 347 66 126
Binary 11001001 11001111 11101111 10000 1101 0 110 11100111 110110 1010110

Color Harmonies of #C9CFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9CFEF

Black with #C9CFEF

Text Example


Text Example

White with #C9CFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9CFEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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