Html Css Color HEX #C2CDF0 Periwinkle

📋 copy color: '#C2CDF0'

red 194 ◦ green 205 ◦ blue 240

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

Shades of Periwinkle #C2CDF0

Tints of Periwinkle #C2CDF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 37.56%

R = 30.36%
G = 32.08%
B = 37.56%

CMYK

 C value IS 0.19

 M value IS 0.15

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C2CDF0 (or 0xC2CDF0) is known color: Periwinkle. HEX triplet: C2, CD and F0. RGB value is (194,205,240). Sum of RGB (Red+Green+Blue) = 194+205+240=639 (84% of max value = 765). Red value is 194 (76.17% from 255 or 30.36% from 639); Green value is 205 (80.47% from 255 or 32.08% from 639); Blue value is 240 (94.14% from 255 or 37.56% from 639); Max value from RGB is 240 - color contains mainly: blue. Hex color #C2CDF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2CDF0 is #3D320F. Grayscale: #CDCDCD. Windows color (decimal): -4010512 or 15781314. OLE color: 15781314.

HSL color Cylindrical-coordinate representation of color #C2CDF0: hue angle of 225.65º degrees, saturation: 0.61, 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 #C2CDF0 is Cyan = 0.19, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 194 205 240 -
CMYK 0.19 0.15 0 0.06
HSL 225.65º 0.61% 0.85% -
HSV(B) 225.65º 0.19% 0.94% -
XYZ 59.81 61.42 91.14 -
YUV 205.7 147.36 119.65 -
System Red Green Blue C M Y K H S L
Decimal 194 205 240 0.19 0.15 0 0.06 225.65 0.61 0.85
Hex C2 CD F0 13 F 0 6 E2 3D 55
Octal 302 315 360 23 17 0 6 342 75 125
Binary 11000010 11001101 11110000 10011 1111 0 110 11100010 111101 1010101

Color Harmonies of #C2CDF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2CDF0

Black with #C2CDF0

Text Example


Text Example

White with #C2CDF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2CDF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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