Html Css Color HEX #C2CDF7 Periwinkle

📋 copy color: '#C2CDF7'

red 194 ◦ green 205 ◦ blue 247

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

Shades of Periwinkle #C2CDF7

Tints of Periwinkle #C2CDF7

RGB

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

 GREEN value IS 205 (80.47% from 255) = 31.73%

 BLUE value IS 247 (96.88% from 255) = 38.24%

R = 30.03%
G = 31.73%
B = 38.24%

CMYK

 C value IS 0.21

 M value IS 0.17

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#C2CDF7 (or 0xC2CDF7) is known color: Periwinkle. HEX triplet: C2, CD and F7. RGB value is (194,205,247). Sum of RGB (Red+Green+Blue) = 194+205+247=646 (85% of max value = 765). Red value is 194 (76.17% from 255 or 30.03% from 646); Green value is 205 (80.47% from 255 or 31.73% from 646); Blue value is 247 (96.88% from 255 or 38.24% from 646); Max value from RGB is 247 - color contains mainly: blue. Hex color #C2CDF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2CDF7 is #3D3208. Grayscale: #CECECE. Windows color (decimal): -4010505 or 16240066. OLE color: 16240066.

HSL color Cylindrical-coordinate representation of color #C2CDF7: hue angle of 227.55º degrees, saturation: 0.77, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C2CDF7 is Cyan = 0.21, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 194 205 247 -
CMYK 0.21 0.17 0 0.03
HSL 227.55º 0.77% 0.86% -
HSV(B) 227.55º 0.21% 0.97% -
XYZ 60.87 61.85 96.73 -
YUV 206.5 150.86 119.08 -
System Red Green Blue C M Y K H S L
Decimal 194 205 247 0.21 0.17 0 0.03 227.55 0.77 0.86
Hex C2 CD F7 15 11 0 3 E4 4D 56
Octal 302 315 367 25 21 0 3 344 115 126
Binary 11000010 11001101 11110111 10101 10001 0 11 11100100 1001101 1010110

Color Harmonies of #C2CDF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2CDF7

Black with #C2CDF7

Text Example


Text Example

White with #C2CDF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2CDF7; }

 p { color: rgb(194,205,247); }

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

background-color css

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

 a { background-color: rgb(194,205,247); }

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

border-color css

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

 span { border-color: rgb(194,205,247); }

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