Html Css Color HEX #C2CFEB Periwinkle

📋 copy color: '#C2CFEB'

red 194 ◦ green 207 ◦ blue 235

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

Shades of Periwinkle #C2CFEB

Tints of Periwinkle #C2CFEB

RGB

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

 GREEN value IS 207 (81.25% from 255) = 32.55%

 BLUE value IS 235 (92.19% from 255) = 36.95%

R = 30.5%
G = 32.55%
B = 36.95%

CMYK

 C value IS 0.17

 M value IS 0.12

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C2CFEB (or 0xC2CFEB) is known color: Periwinkle. HEX triplet: C2, CF and EB. RGB value is (194,207,235). Sum of RGB (Red+Green+Blue) = 194+207+235=636 (84% of max value = 765). Red value is 194 (76.17% from 255 or 30.50% from 636); Green value is 207 (81.25% from 255 or 32.55% from 636); Blue value is 235 (92.19% from 255 or 36.95% from 636); Max value from RGB is 235 - color contains mainly: blue. Hex color #C2CFEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2CFEB is #3D3014. Grayscale: #CECECE. Windows color (decimal): -4010005 or 15454146. OLE color: 15454146.

HSL color Cylindrical-coordinate representation of color #C2CFEB: hue angle of 220.98º degrees, saturation: 0.51, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C2CFEB is Cyan = 0.17, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 194 207 235 -
CMYK 0.17 0.12 0 0.08
HSL 220.98º 0.51% 0.84% -
HSV(B) 220.98º 0.17% 0.92% -
XYZ 59.56 62.09 87.44 -
YUV 206.31 144.19 119.22 -
System Red Green Blue C M Y K H S L
Decimal 194 207 235 0.17 0.12 0 0.08 220.98 0.51 0.84
Hex C2 CF EB 11 C 0 8 DD 33 54
Octal 302 317 353 21 14 0 10 335 63 124
Binary 11000010 11001111 11101011 10001 1100 0 1000 11011101 110011 1010100

Color Harmonies of #C2CFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2CFEB

Black with #C2CFEB

Text Example


Text Example

White with #C2CFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2CFEB; }

 p { color: rgb(194,207,235); }

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

background-color css

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

 a { background-color: rgb(194,207,235); }

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

border-color css

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

 span { border-color: rgb(194,207,235); }

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