Html Css Color HEX #C9CAE0 Periwinkle

📋 copy color: '#C9CAE0'

red 201 ◦ green 202 ◦ blue 224

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

Shades of Periwinkle #C9CAE0

Tints of Periwinkle #C9CAE0

RGB

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

 GREEN value IS 202 (79.3% from 255) = 32.22%

 BLUE value IS 224 (87.89% from 255) = 35.73%

R = 32.06%
G = 32.22%
B = 35.73%

CMYK

 C value IS 0.10

 M value IS 0.10

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C9CAE0 (or 0xC9CAE0) is known color: Periwinkle. HEX triplet: C9, CA and E0. RGB value is (201,202,224). Sum of RGB (Red+Green+Blue) = 201+202+224=627 (83% of max value = 765). Red value is 201 (78.91% from 255 or 32.06% from 627); Green value is 202 (79.30% from 255 or 32.22% from 627); Blue value is 224 (87.89% from 255 or 35.73% from 627); Max value from RGB is 224 - color contains mainly: blue. Hex color #C9CAE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9CAE0 is #36351F. Grayscale: #CCCCCC. Windows color (decimal): -3552544 or 14731977. OLE color: 14731977.

HSL color Cylindrical-coordinate representation of color #C9CAE0: hue angle of 237.39º degrees, saturation: 0.27, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C9CAE0 is Cyan = 0.10, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 201 202 224 -
CMYK 0.10 0.10 0 0.12
HSL 237.39º 0.27% 0.83% -
HSV(B) 237.39º 0.1% 0.88% -
XYZ 58.66 60.04 79.02 -
YUV 204.21 139.17 125.71 -
System Red Green Blue C M Y K H S L
Decimal 201 202 224 0.10 0.10 0 0.12 237.39 0.27 0.83
Hex C9 CA E0 A A 0 C ED 1B 53
Octal 311 312 340 12 12 0 14 355 33 123
Binary 11001001 11001010 11100000 1010 1010 0 1100 11101101 11011 1010011

Color Harmonies of #C9CAE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9CAE0

Black with #C9CAE0

Text Example


Text Example

White with #C9CAE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9CAE0; }

 p { color: rgb(201,202,224); }

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

background-color css

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

 a { background-color: rgb(201,202,224); }

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

border-color css

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

 span { border-color: rgb(201,202,224); }

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