Html Css Color HEX #C2CFEC Periwinkle

📋 copy color: '#C2CFEC'

red 194 ◦ green 207 ◦ blue 236

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

Shades of Periwinkle #C2CFEC

Tints of Periwinkle #C2CFEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 37.05%

R = 30.46%
G = 32.5%
B = 37.05%

CMYK

 C value IS 0.18

 M value IS 0.12

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C2CFEC (or 0xC2CFEC) is known color: Periwinkle. HEX triplet: C2, CF and EC. RGB value is (194,207,236). Sum of RGB (Red+Green+Blue) = 194+207+236=637 (84% of max value = 765). Red value is 194 (76.17% from 255 or 30.46% from 637); Green value is 207 (81.25% from 255 or 32.50% from 637); Blue value is 236 (92.58% from 255 or 37.05% from 637); Max value from RGB is 236 - color contains mainly: blue. Hex color #C2CFEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2CFEC is #3D3013. Grayscale: #CECECE. Windows color (decimal): -4010004 or 15519682. OLE color: 15519682.

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

Color convert

RGB 194 207 236 -
CMYK 0.18 0.12 0 0.07
HSL 221.43º 0.53% 0.84% -
HSV(B) 221.43º 0.18% 0.93% -
XYZ 59.7 62.15 88.21 -
YUV 206.42 144.69 119.14 -
System Red Green Blue C M Y K H S L
Decimal 194 207 236 0.18 0.12 0 0.07 221.43 0.53 0.84
Hex C2 CF EC 12 C 0 7 DD 34 54
Octal 302 317 354 22 14 0 7 335 64 124
Binary 11000010 11001111 11101100 10010 1100 0 111 11011101 110100 1010100

Color Harmonies of #C2CFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2CFEC

Black with #C2CFEC

Text Example


Text Example

White with #C2CFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2CFEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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