Html Css Color HEX #CACFDF Periwinkle

📋 copy color: '#CACFDF'

red 202 ◦ green 207 ◦ blue 223

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

Shades of Periwinkle #CACFDF

Tints of Periwinkle #CACFDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 35.28%

R = 31.96%
G = 32.75%
B = 35.28%

CMYK

 C value IS 0.09

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CACFDF (or 0xCACFDF) is known color: Periwinkle. HEX triplet: CA, CF and DF. RGB value is (202,207,223). Sum of RGB (Red+Green+Blue) = 202+207+223=632 (83% of max value = 765). Red value is 202 (79.30% from 255 or 31.96% from 632); Green value is 207 (81.25% from 255 or 32.75% from 632); Blue value is 223 (87.5% from 255 or 35.28% from 632); Max value from RGB is 223 - color contains mainly: blue. Hex color #CACFDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACFDF is #353020. Grayscale: #CFCFCF. Windows color (decimal): -3485729 or 14667722. OLE color: 14667722.

HSL color Cylindrical-coordinate representation of color #CACFDF: hue angle of 225.71º degrees, saturation: 0.25, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CACFDF is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 202 207 223 -
CMYK 0.09 0.07 0 0.13
HSL 225.71º 0.25% 0.83% -
HSV(B) 225.71º 0.09% 0.87% -
XYZ 59.99 62.51 78.72 -
YUV 207.33 136.84 124.2 -
System Red Green Blue C M Y K H S L
Decimal 202 207 223 0.09 0.07 0 0.13 225.71 0.25 0.83
Hex CA CF DF 9 7 0 D E2 19 53
Octal 312 317 337 11 7 0 15 342 31 123
Binary 11001010 11001111 11011111 1001 111 0 1101 11100010 11001 1010011

Color Harmonies of #CACFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CACFDF

Black with #CACFDF

Text Example


Text Example

White with #CACFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CACFDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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