Html Css Color HEX #CFD2DF Periwinkle

📋 copy color: '#CFD2DF'

red 207 ◦ green 210 ◦ blue 223

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

Shades of Periwinkle #CFD2DF

Tints of Periwinkle #CFD2DF

RGB

 RED value IS 207 (81.25% from 255) = 32.34%

 GREEN value IS 210 (82.42% from 255) = 32.81%

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

R = 32.34%
G = 32.81%
B = 34.84%

CMYK

 C value IS 0.07

 M value IS 0.06

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CFD2DF (or 0xCFD2DF) is known color: Periwinkle. HEX triplet: CF, D2 and DF. RGB value is (207,210,223). Sum of RGB (Red+Green+Blue) = 207+210+223=640 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.34% from 640); Green value is 210 (82.42% from 255 or 32.81% from 640); Blue value is 223 (87.5% from 255 or 34.84% from 640); Max value from RGB is 223 - color contains mainly: blue. Hex color #CFD2DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFD2DF is #302D20. Grayscale: #D2D2D2. Windows color (decimal): -3157281 or 14668495. OLE color: 14668495.

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

Color convert

RGB 207 210 223 -
CMYK 0.07 0.06 0 0.13
HSL 228.75º 0.2% 0.84% -
HSV(B) 228.75º 0.07% 0.87% -
XYZ 62.1 64.69 79.02 -
YUV 210.59 135.01 125.44 -
System Red Green Blue C M Y K H S L
Decimal 207 210 223 0.07 0.06 0 0.13 228.75 0.2 0.84
Hex CF D2 DF 7 6 0 D E5 14 54
Octal 317 322 337 7 6 0 15 345 24 124
Binary 11001111 11010010 11011111 111 110 0 1101 11100101 10100 1010100

Color Harmonies of #CFD2DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD2DF

Black with #CFD2DF

Text Example


Text Example

White with #CFD2DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD2DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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