Html Css Color HEX #C2C7DE Periwinkle

📋 copy color: '#C2C7DE'

red 194 ◦ green 199 ◦ blue 222

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

Shades of Periwinkle #C2C7DE

Tints of Periwinkle #C2C7DE

RGB

 RED value IS 194 (76.17% from 255) = 31.54%

 GREEN value IS 199 (78.13% from 255) = 32.36%

 BLUE value IS 222 (87.11% from 255) = 36.1%

R = 31.54%
G = 32.36%
B = 36.1%

CMYK

 C value IS 0.13

 M value IS 0.10

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C2C7DE (or 0xC2C7DE) is known color: Periwinkle. HEX triplet: C2, C7 and DE. RGB value is (194,199,222). Sum of RGB (Red+Green+Blue) = 194+199+222=615 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.54% from 615); Green value is 199 (78.12% from 255 or 32.36% from 615); Blue value is 222 (87.11% from 255 or 36.10% from 615); Max value from RGB is 222 - color contains mainly: blue. Hex color #C2C7DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2C7DE is #3D3821. Grayscale: #C8C8C8. Windows color (decimal): -4012066 or 14600130. OLE color: 14600130.

HSL color Cylindrical-coordinate representation of color #C2C7DE: hue angle of 229.29º degrees, saturation: 0.3, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C2C7DE is Cyan = 0.13, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 194 199 222 -
CMYK 0.13 0.10 0 0.13
HSL 229.29º 0.3% 0.82% -
HSV(B) 229.29º 0.13% 0.87% -
XYZ 55.86 57.59 77.28 -
YUV 200.13 140.34 123.63 -
System Red Green Blue C M Y K H S L
Decimal 194 199 222 0.13 0.10 0 0.13 229.29 0.3 0.82
Hex C2 C7 DE D A 0 D E5 1E 52
Octal 302 307 336 15 12 0 15 345 36 122
Binary 11000010 11000111 11011110 1101 1010 0 1101 11100101 11110 1010010

Color Harmonies of #C2C7DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C7DE

Black with #C2C7DE

Text Example


Text Example

White with #C2C7DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C7DE; }

 p { color: rgb(194,199,222); }

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

background-color css

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

 a { background-color: rgb(194,199,222); }

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

border-color css

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

 span { border-color: rgb(194,199,222); }

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