Html Css Color HEX #C9CFEB Periwinkle

📋 copy color: '#C9CFEB'

red 201 ◦ green 207 ◦ blue 235

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

Shades of Periwinkle #C9CFEB

Tints of Periwinkle #C9CFEB

RGB

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

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

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

R = 31.26%
G = 32.19%
B = 36.55%

CMYK

 C value IS 0.14

 M value IS 0.12

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C9CFEB (or 0xC9CFEB) is known color: Periwinkle. HEX triplet: C9, CF and EB. RGB value is (201,207,235). Sum of RGB (Red+Green+Blue) = 201+207+235=643 (85% of max value = 765). Red value is 201 (78.91% from 255 or 31.26% from 643); Green value is 207 (81.25% from 255 or 32.19% from 643); Blue value is 235 (92.19% from 255 or 36.55% from 643); Max value from RGB is 235 - color contains mainly: blue. Hex color #C9CFEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9CFEB is #363014. Grayscale: #D0D0D0. Windows color (decimal): -3551253 or 15454153. OLE color: 15454153.

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

Color convert

RGB 201 207 235 -
CMYK 0.14 0.12 0 0.08
HSL 229.41º 0.46% 0.85% -
HSV(B) 229.41º 0.14% 0.92% -
XYZ 61.4 63.04 87.53 -
YUV 208.4 143.01 122.72 -
System Red Green Blue C M Y K H S L
Decimal 201 207 235 0.14 0.12 0 0.08 229.41 0.46 0.85
Hex C9 CF EB E C 0 8 E5 2E 55
Octal 311 317 353 16 14 0 10 345 56 125
Binary 11001001 11001111 11101011 1110 1100 0 1000 11100101 101110 1010101

Color Harmonies of #C9CFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9CFEB

Black with #C9CFEB

Text Example


Text Example

White with #C9CFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9CFEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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