Html Css Color HEX #C2CFFB Periwinkle

📋 copy color: '#C2CFFB'

red 194 ◦ green 207 ◦ blue 251

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

Shades of Periwinkle #C2CFFB

Tints of Periwinkle #C2CFFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 38.5%

R = 29.75%
G = 31.75%
B = 38.5%

CMYK

 C value IS 0.23

 M value IS 0.18

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C2CFFB (or 0xC2CFFB) is known color: Periwinkle. HEX triplet: C2, CF and FB. RGB value is (194,207,251). Sum of RGB (Red+Green+Blue) = 194+207+251=652 (86% of max value = 765). Red value is 194 (76.17% from 255 or 29.75% from 652); Green value is 207 (81.25% from 255 or 31.75% from 652); Blue value is 251 (98.44% from 255 or 38.50% from 652); Max value from RGB is 251 - color contains mainly: blue. Hex color #C2CFFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2CFFB is #3D3004. Grayscale: #CFCFCF. Windows color (decimal): -4009989 or 16502722. OLE color: 16502722.

HSL color Cylindrical-coordinate representation of color #C2CFFB: hue angle of 226.32º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C2CFFB is Cyan = 0.23, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 194 207 251 -
CMYK 0.23 0.18 0 0.02
HSL 226.32º 0.88% 0.87% -
HSV(B) 226.32º 0.23% 0.98% -
XYZ 61.97 63.06 100.17 -
YUV 208.13 152.19 117.92 -
System Red Green Blue C M Y K H S L
Decimal 194 207 251 0.23 0.18 0 0.02 226.32 0.88 0.87
Hex C2 CF FB 17 12 0 2 E2 58 57
Octal 302 317 373 27 22 0 2 342 130 127
Binary 11000010 11001111 11111011 10111 10010 0 10 11100010 1011000 1010111

Color Harmonies of #C2CFFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2CFFB

Black with #C2CFFB

Text Example


Text Example

White with #C2CFFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2CFFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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