Html Css Color HEX #C2CEEF Periwinkle

📋 copy color: '#C2CEEF'

red 194 ◦ green 206 ◦ blue 239

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

Shades of Periwinkle #C2CEEF

Tints of Periwinkle #C2CEEF

RGB

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

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

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

R = 30.36%
G = 32.24%
B = 37.4%

CMYK

 C value IS 0.19

 M value IS 0.14

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C2CEEF (or 0xC2CEEF) is known color: Periwinkle. HEX triplet: C2, CE and EF. RGB value is (194,206,239). Sum of RGB (Red+Green+Blue) = 194+206+239=639 (84% of max value = 765). Red value is 194 (76.17% from 255 or 30.36% from 639); Green value is 206 (80.86% from 255 or 32.24% from 639); Blue value is 239 (93.75% from 255 or 37.40% from 639); Max value from RGB is 239 - color contains mainly: blue. Hex color #C2CEEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2CEEF is #3D3110. Grayscale: #CECECE. Windows color (decimal): -4010257 or 15716034. OLE color: 15716034.

HSL color Cylindrical-coordinate representation of color #C2CEEF: hue angle of 224º degrees, saturation: 0.58, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C2CEEF is Cyan = 0.19, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 194 206 239 -
CMYK 0.19 0.14 0 0.06
HSL 224º 0.58% 0.85% -
HSV(B) 224º 0.19% 0.94% -
XYZ 59.9 61.84 90.44 -
YUV 206.17 146.52 119.32 -
System Red Green Blue C M Y K H S L
Decimal 194 206 239 0.19 0.14 0 0.06 224 0.58 0.85
Hex C2 CE EF 13 E 0 6 E0 3A 55
Octal 302 316 357 23 16 0 6 340 72 125
Binary 11000010 11001110 11101111 10011 1110 0 110 11100000 111010 1010101

Color Harmonies of #C2CEEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2CEEF

Black with #C2CEEF

Text Example


Text Example

White with #C2CEEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2CEEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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