Html Css Color HEX #C7CAE4 Periwinkle

📋 copy color: '#C7CAE4'

red 199 ◦ green 202 ◦ blue 228

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

Shades of Periwinkle #C7CAE4

Tints of Periwinkle #C7CAE4

RGB

 RED value IS 199 (78.13% from 255) = 31.64%

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

 BLUE value IS 228 (89.45% from 255) = 36.25%

R = 31.64%
G = 32.11%
B = 36.25%

CMYK

 C value IS 0.13

 M value IS 0.11

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C7CAE4 (or 0xC7CAE4) is known color: Periwinkle. HEX triplet: C7, CA and E4. RGB value is (199,202,228). Sum of RGB (Red+Green+Blue) = 199+202+228=629 (83% of max value = 765). Red value is 199 (78.12% from 255 or 31.64% from 629); Green value is 202 (79.30% from 255 or 32.11% from 629); Blue value is 228 (89.45% from 255 or 36.25% from 629); Max value from RGB is 228 - color contains mainly: blue. Hex color #C7CAE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7CAE4 is #38351B. Grayscale: #CBCBCB. Windows color (decimal): -3683612 or 14994119. OLE color: 14994119.

HSL color Cylindrical-coordinate representation of color #C7CAE4: hue angle of 233.79º degrees, saturation: 0.35, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C7CAE4 is Cyan = 0.13, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 199 202 228 -
CMYK 0.13 0.11 0 0.11
HSL 233.79º 0.35% 0.84% -
HSV(B) 233.79º 0.13% 0.89% -
XYZ 58.68 59.98 81.88 -
YUV 204.07 141.51 124.39 -
System Red Green Blue C M Y K H S L
Decimal 199 202 228 0.13 0.11 0 0.11 233.79 0.35 0.84
Hex C7 CA E4 D B 0 B EA 23 54
Octal 307 312 344 15 13 0 13 352 43 124
Binary 11000111 11001010 11100100 1101 1011 0 1011 11101010 100011 1010100

Color Harmonies of #C7CAE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7CAE4

Black with #C7CAE4

Text Example


Text Example

White with #C7CAE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7CAE4; }

 p { color: rgb(199,202,228); }

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

background-color css

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

 a { background-color: rgb(199,202,228); }

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

border-color css

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

 span { border-color: rgb(199,202,228); }

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