Html Css Color HEX #C9CEEF Periwinkle

📋 copy color: '#C9CEEF'

red 201 ◦ green 206 ◦ blue 239

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

Shades of Periwinkle #C9CEEF

Tints of Periwinkle #C9CEEF

RGB

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

 GREEN value IS 206 (80.86% from 255) = 31.89%

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

R = 31.11%
G = 31.89%
B = 37%

CMYK

 C value IS 0.16

 M value IS 0.14

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C9CEEF (or 0xC9CEEF) is known color: Periwinkle. HEX triplet: C9, CE and EF. RGB value is (201,206,239). Sum of RGB (Red+Green+Blue) = 201+206+239=646 (85% of max value = 765). Red value is 201 (78.91% from 255 or 31.11% from 646); Green value is 206 (80.86% from 255 or 31.89% from 646); Blue value is 239 (93.75% from 255 or 37.00% from 646); Max value from RGB is 239 - color contains mainly: blue. Hex color #C9CEEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9CEEF is #363110. Grayscale: #D0D0D0. Windows color (decimal): -3551505 or 15716041. OLE color: 15716041.

HSL color Cylindrical-coordinate representation of color #C9CEEF: hue angle of 232.11º 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 #C9CEEF is Cyan = 0.16, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 201 206 239 -
CMYK 0.16 0.14 0 0.06
HSL 232.11º 0.54% 0.86% -
HSV(B) 232.11º 0.16% 0.94% -
XYZ 61.74 62.79 90.53 -
YUV 208.27 145.34 122.82 -
System Red Green Blue C M Y K H S L
Decimal 201 206 239 0.16 0.14 0 0.06 232.11 0.54 0.86
Hex C9 CE EF 10 E 0 6 E8 36 56
Octal 311 316 357 20 16 0 6 350 66 126
Binary 11001001 11001110 11101111 10000 1110 0 110 11101000 110110 1010110

Color Harmonies of #C9CEEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9CEEF

Black with #C9CEEF

Text Example


Text Example

White with #C9CEEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9CEEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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