Html Css Color HEX #CACFE1 Periwinkle

📋 copy color: '#CACFE1'

red 202 ◦ green 207 ◦ blue 225

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

Shades of Periwinkle #CACFE1

Tints of Periwinkle #CACFE1

RGB

 RED value IS 202 (79.3% from 255) = 31.86%

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

 BLUE value IS 225 (88.28% from 255) = 35.49%

R = 31.86%
G = 32.65%
B = 35.49%

CMYK

 C value IS 0.10

 M value IS 0.08

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CACFE1 (or 0xCACFE1) is known color: Periwinkle. HEX triplet: CA, CF and E1. RGB value is (202,207,225). Sum of RGB (Red+Green+Blue) = 202+207+225=634 (83% of max value = 765). Red value is 202 (79.30% from 255 or 31.86% from 634); Green value is 207 (81.25% from 255 or 32.65% from 634); Blue value is 225 (88.28% from 255 or 35.49% from 634); Max value from RGB is 225 - color contains mainly: blue. Hex color #CACFE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACFE1 is #35301E. Grayscale: #CFCFCF. Windows color (decimal): -3485727 or 14798794. OLE color: 14798794.

HSL color Cylindrical-coordinate representation of color #CACFE1: hue angle of 226.96º degrees, saturation: 0.28, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CACFE1 is Cyan = 0.10, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 202 207 225 -
CMYK 0.10 0.08 0 0.12
HSL 226.96º 0.28% 0.84% -
HSV(B) 226.96º 0.1% 0.88% -
XYZ 60.26 62.62 80.14 -
YUV 207.56 137.84 124.04 -
System Red Green Blue C M Y K H S L
Decimal 202 207 225 0.10 0.08 0 0.12 226.96 0.28 0.84
Hex CA CF E1 A 8 0 C E3 1C 54
Octal 312 317 341 12 10 0 14 343 34 124
Binary 11001010 11001111 11100001 1010 1000 0 1100 11100011 11100 1010100

Color Harmonies of #CACFE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CACFE1

Black with #CACFE1

Text Example


Text Example

White with #CACFE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CACFE1; }

 p { color: rgb(202,207,225); }

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

background-color css

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

 a { background-color: rgb(202,207,225); }

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

border-color css

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

 span { border-color: rgb(202,207,225); }

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