Html Css Color HEX #C2CCED Periwinkle

📋 copy color: '#C2CCED'

red 194 ◦ green 204 ◦ blue 237

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

Shades of Periwinkle #C2CCED

Tints of Periwinkle #C2CCED

RGB

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

 GREEN value IS 204 (80.08% from 255) = 32.13%

 BLUE value IS 237 (92.97% from 255) = 37.32%

R = 30.55%
G = 32.13%
B = 37.32%

CMYK

 C value IS 0.18

 M value IS 0.14

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C2CCED (or 0xC2CCED) is known color: Periwinkle. HEX triplet: C2, CC and ED. RGB value is (194,204,237). Sum of RGB (Red+Green+Blue) = 194+204+237=635 (84% of max value = 765). Red value is 194 (76.17% from 255 or 30.55% from 635); Green value is 204 (80.08% from 255 or 32.13% from 635); Blue value is 237 (92.97% from 255 or 37.32% from 635); Max value from RGB is 237 - color contains mainly: blue. Hex color #C2CCED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2CCED is #3D3312. Grayscale: #CCCCCC. Windows color (decimal): -4010771 or 15584450. OLE color: 15584450.

HSL color Cylindrical-coordinate representation of color #C2CCED: hue angle of 226.05º degrees, saturation: 0.54, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C2CCED is Cyan = 0.18, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 194 204 237 -
CMYK 0.18 0.14 0 0.07
HSL 226.05º 0.54% 0.85% -
HSV(B) 226.05º 0.18% 0.93% -
XYZ 59.13 60.77 88.73 -
YUV 204.77 146.19 120.32 -
System Red Green Blue C M Y K H S L
Decimal 194 204 237 0.18 0.14 0 0.07 226.05 0.54 0.85
Hex C2 CC ED 12 E 0 7 E2 36 55
Octal 302 314 355 22 16 0 7 342 66 125
Binary 11000010 11001100 11101101 10010 1110 0 111 11100010 110110 1010101

Color Harmonies of #C2CCED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2CCED

Black with #C2CCED

Text Example


Text Example

White with #C2CCED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2CCED; }

 p { color: rgb(194,204,237); }

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

background-color css

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

 a { background-color: rgb(194,204,237); }

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

border-color css

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

 span { border-color: rgb(194,204,237); }

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