Html Css Color HEX #C3CFE7 Periwinkle

📋 copy color: '#C3CFE7'

red 195 ◦ green 207 ◦ blue 231

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

Shades of Periwinkle #C3CFE7

Tints of Periwinkle #C3CFE7

RGB

 RED value IS 195 (76.56% from 255) = 30.81%

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

 BLUE value IS 231 (90.63% from 255) = 36.49%

R = 30.81%
G = 32.7%
B = 36.49%

CMYK

 C value IS 0.16

 M value IS 0.10

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C3CFE7 (or 0xC3CFE7) is known color: Periwinkle. HEX triplet: C3, CF and E7. RGB value is (195,207,231). Sum of RGB (Red+Green+Blue) = 195+207+231=633 (83% of max value = 765). Red value is 195 (76.56% from 255 or 30.81% from 633); Green value is 207 (81.25% from 255 or 32.70% from 633); Blue value is 231 (90.62% from 255 or 36.49% from 633); Max value from RGB is 231 - color contains mainly: blue. Hex color #C3CFE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3CFE7 is #3C3018. Grayscale: #CECECE. Windows color (decimal): -3944473 or 15192003. OLE color: 15192003.

HSL color Cylindrical-coordinate representation of color #C3CFE7: hue angle of 220º degrees, saturation: 0.43, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C3CFE7 is Cyan = 0.16, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 195 207 231 -
CMYK 0.16 0.10 0 0.09
HSL 220º 0.43% 0.84% -
HSV(B) 220º 0.16% 0.91% -
XYZ 59.24 62 84.45 -
YUV 206.15 142.02 120.05 -
System Red Green Blue C M Y K H S L
Decimal 195 207 231 0.16 0.10 0 0.09 220 0.43 0.84
Hex C3 CF E7 10 A 0 9 DC 2B 54
Octal 303 317 347 20 12 0 11 334 53 124
Binary 11000011 11001111 11100111 10000 1010 0 1001 11011100 101011 1010100

Color Harmonies of #C3CFE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3CFE7

Black with #C3CFE7

Text Example


Text Example

White with #C3CFE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3CFE7; }

 p { color: rgb(195,207,231); }

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

background-color css

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

 a { background-color: rgb(195,207,231); }

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

border-color css

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

 span { border-color: rgb(195,207,231); }

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